git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b69257f
)
simplify get_cramfs_inode()
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 5 Jun 2010 01:19:01 +0000
(21:19 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:47:51 +0000
(16:47 -0400)
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
patch
|
blob
|
history
diff --cc
fs/cramfs/inode.c
Simple merge