cramfs: get_cramfs_inode() returns ERR_PTR() on failure
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 17 Jul 2011 23:04:14 +0000 (19:04 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 18 Jul 2011 03:22:02 +0000 (23:22 -0400)
commit0577d1ba411f9c40693b8b3e4aa7e0892cd03091
tree1da66779d615071aaa00b12530569e057b0845db
parent642c937b4ed2e51d2f2e4c46ab7cd8b5bddf268b
cramfs: get_cramfs_inode() returns ERR_PTR() on failure

... and we want to report these failures in ->lookup() anyway.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/cramfs/inode.c