Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
Pull writeback updates from Wu Fengguang: "Use time based periods to age the writeback proportions, which can adapt equally well to fast/slow devices." Fix up trivial conflict in comment in fs/sync.c * tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux: writeback: Fix some comment errors block: Convert BDI proportion calculations to flexible proportions lib: Fix possible deadlock in flexible proportion code lib: Proportions with flexible period
This commit is contained in:
@ -628,8 +628,8 @@ static long writeback_sb_inodes(struct super_block *sb,
|
||||
}
|
||||
|
||||
/*
|
||||
* Don't bother with new inodes or inodes beeing freed, first
|
||||
* kind does not need peridic writeout yet, and for the latter
|
||||
* Don't bother with new inodes or inodes being freed, first
|
||||
* kind does not need periodic writeout yet, and for the latter
|
||||
* kind writeout is handled by the freer.
|
||||
*/
|
||||
spin_lock(&inode->i_lock);
|
||||
|
Reference in New Issue
Block a user