]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit136eefa48d638cd8e57e8e2f0087f59c76863bee
tree824859a220b34845b17004f3d2eb6485d57a3b89
parenta5a1955e0c2d4d325fabdf6b09aa3f9d33e78a10
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