]> git.baikalelectronics.ru Git - kernel.git/commit
bfs: iget_locked() doesn't return an ERR_PTR
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 14 Aug 2013 09:51:03 +0000 (12:51 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 24 Aug 2013 16:10:22 +0000 (12:10 -0400)
commit19ca3195ded3ff88efbecb1119210bfbd4e3a397
tree6e3a9e46f04070d5b26862b89bbec305422bacf4
parent1240649eee02a6eda008e96305a04a8de495e31b
bfs: iget_locked() doesn't return an ERR_PTR

iget_locked() returns a NULL on error, it doesn't return an ERR_PTR.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/bfs/inode.c