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:
cf13730
)
writeback: make the super_block pinning more efficient
author
Jens Axboe
<jens.axboe@oracle.com>
Thu, 24 Sep 2009 13:25:11 +0000
(15:25 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Fri, 25 Sep 2009 16:08:26 +0000
(18:08 +0200)
Currently we pin the inode->i_sb for every single inode. This
increases cache traffic on sb->s_umount sem. Lets instead
cache the inode sb pin state and keep the super_block pinned
for as long as keep writing out inodes from the same
super_block.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/fs-writeback.c
patch
|
blob
|
history
diff --cc
fs/fs-writeback.c
Simple merge