Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull writeback and ext2 cleanups from Jan Kara: "One small ext2 cleanup and one writeback spelling fix" * tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs: writeback: fix typo in comment fs: ext2: Fix duplicate included linux/dax.h
This commit is contained in:
@ -36,7 +36,6 @@
|
|||||||
#include <linux/iomap.h>
|
#include <linux/iomap.h>
|
||||||
#include <linux/namei.h>
|
#include <linux/namei.h>
|
||||||
#include <linux/uio.h>
|
#include <linux/uio.h>
|
||||||
#include <linux/dax.h>
|
|
||||||
#include "ext2.h"
|
#include "ext2.h"
|
||||||
#include "acl.h"
|
#include "acl.h"
|
||||||
#include "xattr.h"
|
#include "xattr.h"
|
||||||
|
@ -738,7 +738,7 @@ EXPORT_SYMBOL_GPL(wbc_attach_and_unlock_inode);
|
|||||||
* incorrectly attributed).
|
* incorrectly attributed).
|
||||||
*
|
*
|
||||||
* To resolve this issue, cgroup writeback detects the majority dirtier of
|
* To resolve this issue, cgroup writeback detects the majority dirtier of
|
||||||
* an inode and transfers the ownership to it. To avoid unnnecessary
|
* an inode and transfers the ownership to it. To avoid unnecessary
|
||||||
* oscillation, the detection mechanism keeps track of history and gives
|
* oscillation, the detection mechanism keeps track of history and gives
|
||||||
* out the switch verdict only if the foreign usage pattern is stable over
|
* out the switch verdict only if the foreign usage pattern is stable over
|
||||||
* a certain amount of time and/or writeback attempts.
|
* a certain amount of time and/or writeback attempts.
|
||||||
|
Reference in New Issue
Block a user