Skip to content

Commit 8b728ed

Browse files
committed
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
2 parents 3f306ea + 2999e1e commit 8b728ed

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

fs/ext2/inode.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
#include <linux/iomap.h>
3737
#include <linux/namei.h>
3838
#include <linux/uio.h>
39-
#include <linux/dax.h>
4039
#include "ext2.h"
4140
#include "acl.h"
4241
#include "xattr.h"

fs/fs-writeback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ EXPORT_SYMBOL_GPL(wbc_attach_and_unlock_inode);
738738
* incorrectly attributed).
739739
*
740740
* To resolve this issue, cgroup writeback detects the majority dirtier of
741-
* an inode and transfers the ownership to it. To avoid unnnecessary
741+
* an inode and transfers the ownership to it. To avoid unnecessary
742742
* oscillation, the detection mechanism keeps track of history and gives
743743
* out the switch verdict only if the foreign usage pattern is stable over
744744
* a certain amount of time and/or writeback attempts.

0 commit comments

Comments
 (0)