Skip to content
Commit 9ecc2738 authored by Jens Axboe's avatar Jens Axboe
Browse files

writeback: make the super_block pinning more efficient



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: default avatarJens Axboe <jens.axboe@oracle.com>
parent cf137307
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment