simplify get_cramfs_inode()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 5 Jun 2010 01:19:01 +0000 (21:19 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:47:51 +0000 (16:47 -0400)
commit77b8a75f5bb461951148a7211ef30eecac5cb662
tree695040da119d4ebed2b00ff7b4d85c0f250f9053
parentb69257f2502e046beac7b9a3086fda552eb4d7e9
simplify get_cramfs_inode()

simply don't hash the inodes that don't have real inumber instead of
skipping them during iget5_locked(); as the result, simple iget_locked()
would do and we can get rid of cramfs ->drop_inode() as well.

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