VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Eric Biggers <ebiggers@google.com> 2021-01-12 11:02:47 -0800 committer: Jan Kara <jack@suse.cz> 2021-01-13 17:26:33 +0100 commit: e2728c5621fd9c68c65a6647875a1d1c67b9f257 parent: ff4136e64d129c4b617331d6c84a3e1781dda70d
Commit Summary:
fs: don't call ->dirty_inode for lazytime timestamp updates
Diffstat:
1 file changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c
index 2f56acc41c04..042b94288ff1 100644
--- a/fs/gfs2/super.c
+++ b/fs/gfs2/super.c
@@ -562,8 +562,6 @@ static void gfs2_dirty_inode(struct inode *inode, int flags)
 	int need_endtrans = 0;
 	int ret;
 
-	if (!(flags & I_DIRTY_INODE))
-		return;
 	if (unlikely(gfs2_withdrawn(sdp)))
 		return;
 	if (!gfs2_glock_is_locked_by_me(ip->i_gl)) {