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:
5b9f456
)
vfs: dont chain pipe/anon/socket on superblock s_inodes list
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 26 Jul 2011 09:36:34 +0000
(11:36 +0200)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 26 Jul 2011 16:57:09 +0000
(12:57 -0400)
Workloads using pipes and sockets hit inode_sb_list_lock contention.
superblock s_inodes list is needed for quota, dirty, pagecache and
fsnotify management. pipe/anon/socket fs are clearly not candidates for
these.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found