bfs: correct return values
authorSanidhya Kashyap <[email protected]>
Thu, 16 Apr 2015 19:48:32 +0000 (12:48 -0700)
committerLinus Torvalds <[email protected]>
Fri, 17 Apr 2015 13:04:09 +0000 (09:04 -0400)
commitc3fe5872eb3f5f9e027d61d8a3f5d092168fdbca
tree2d15193ba9e3d329e58f5c3b38c89dd0930b68e2
parent8f7d3f0f1ed5dce6ea7b833ec19cabe61a6e7ff8
bfs: correct return values

In case of failed memory allocation, the return should be ENOMEM instead
of ENOSPC.

Return -EIO when sb_bread() fails.

Signed-off-by: Sanidhya Kashyap <[email protected]>
Cc: Tigran Aivazian <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/bfs/dir.c