From: Al Viro Date: Sat, 5 Jun 2010 01:19:01 +0000 (-0400) Subject: simplify get_cramfs_inode() X-Git-Tag: v2.6.36-rc1~304^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b8a75f5bb;p=pandora-kernel.git 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 --- Reading git-diff-tree failed