fs/efs/super.c: fix return value
authorHeloise <[email protected]>
Sat, 21 May 2016 00:04:25 +0000 (17:04 -0700)
committerLinus Torvalds <[email protected]>
Sat, 21 May 2016 00:58:30 +0000 (17:58 -0700)
commit4108124f5c46efc951c4c6be947598a21d6b7fde
treefda4ad7946c066e364c879e3d15ae88b1cce9c66
parent28898fd1a85fa37a59c090271e8be37afe710276
fs/efs/super.c: fix return value

When sb_bread() fails, the return value should be -EIO, fix it.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Heloise <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Firo Yang <[email protected]>
Cc: Vladimir Davydov <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/efs/super.c