From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Wed, 19 Jul 2017 12:18:17 -0400 (EDT) Subject: [Cluster-devel] [PATCH] gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode" In-Reply-To: <1500477783-24857-1-git-send-email-agruenba@redhat.com> References: <1500477783-24857-1-git-send-email-agruenba@redhat.com> Message-ID: <1408907636.32253464.1500481097793.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 ----- | When commit 4fd1a57952 moved the call to flush_delayed_work from | gfs2_evict_inode to gfs2_inode_lookup to avoid calling into DLM during | evict, a similar call should have been added to gfs2_create_inode: | that's another code path in which glocks of previous inodes may be | reused. | | The flush of the iopen glock work queue added by 4fd1a57952, on the | other hand, is unnecessary and can be removed. | | Signed-off-by: Andreas Gruenbacher Hi, Thanks. This is now applied 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=98e5a91a6136af01198cfe9a3499f090718fd6ff Regards, Bob Peterson Red Hat File Systems