From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Tue, 30 Jan 2018 12:23:34 -0500 (EST) Subject: [Cluster-devel] [GFS2 PATCH] gfs2: Remove inode from ordered write list in gfs2_write_inode() In-Reply-To: <1517202171-57481-1-git-send-email-adas@redhat.com> References: <1517202171-57481-1-git-send-email-adas@redhat.com> Message-ID: <1560650253.5127726.1517333014298.JavaMail.zimbra@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ----- Original Message ----- | The vfs clears the I_DIRTY inode flag before calling gfs2_write_inode() | having queued any data that needed to be written to disk. | This is a good time to remove such inodes from our ordered write list | so they don't hang around for long periods of time. | | Signed-off-by: Abhi Das | --- Hi, Thanks. This is now pushed to the for-next branch of the linux-gfs2 tree: https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git/commit/fs/gfs2?h=for-next&id=957a7acd46e64c52d2a1d59cd7273ed49455afb6 Regards, Bob Peterson Red Hat File Systems