]> Git Repo - linux.git/commit
ext4: use matching invalidatepage in ext4_writepage
authoryangerkun <[email protected]>
Wed, 26 Feb 2020 04:10:02 +0000 (12:10 +0800)
committerTheodore Ts'o <[email protected]>
Thu, 16 Apr 2020 03:58:48 +0000 (23:58 -0400)
commitc2a559bc0e7ed5a715ad6b947025b33cb7c05ea7
tree86e8cd9ae771bbde609d9a4fe5fd474dfb86c102
parent00086336a8d96a04aa960f912287692a258f6cf5
ext4: use matching invalidatepage in ext4_writepage

Run generic/388 with journal data mode sometimes may trigger the warning
in ext4_invalidatepage. Actually, we should use the matching invalidatepage
in ext4_writepage.

Signed-off-by: yangerkun <[email protected]>
Signed-off-by: Theodore Ts'o <[email protected]>
Reviewed-by: Ritesh Harjani <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
fs/ext4/inode.c
This page took 0.054861 seconds and 4 git commands to generate.