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:
f2ee7ab
)
vfs: avoid call to inode_lru_list_del() if possible
author
Eric Dumazet
<eric.dumazet@gmail.com>
Thu, 28 Jul 2011 04:55:13 +0000
(06:55 +0200)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 1 Aug 2011 05:41:17 +0000
(
01:41
-0400)
inode_lru_list_del() is expensive because of per superblock lru locking,
while some inodes are not in lru list.
Adding a check in iput_final() can speedup pipe/sockets workloads on
SMP.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/inode.c
patch
|
blob
|
history
diff --cc
fs/inode.c
Simple merge