commit | 77b8a75f5bb461951148a7211ef30eecac5cb662 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Jun 04 21:19:01 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 09 16:47:51 2010 -0400 |
tree | 695040da119d4ebed2b00ff7b4d85c0f250f9053 | |
parent | b69257f2502e046beac7b9a3086fda552eb4d7e9 [diff] |
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>