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

The iget_locked() function returns NULL on error and never an ERR_PTR.

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