From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Fri, 30 Jun 2017 09:29:25 -0400 (EDT) Subject: [Cluster-devel] [PATCH 0/4] gfs2: Cleanups for next merge window In-Reply-To: <1498582243-7385-1-git-send-email-agruenba@redhat.com> References: <1498582243-7385-1-git-send-email-agruenba@redhat.com> Message-ID: <145077064.27749684.1498829365585.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 ----- | Here are four cleanups I would like to see in the next merge window. The | first | three have been posted here in previous versions before; the fourth is new. | | Thanks, | Andreas | | Andreas Gruenbacher (4): | gfs2: Get rid of flush_delayed_work in gfs2_evict_inode | gfs2: Protect gl->gl_object by spin lock | gfs2: Clean up glock work enqueuing | gfs2: gfs2_create_inode: Keep glock across iput | | fs/gfs2/bmap.c | 2 +- | fs/gfs2/dir.c | 4 +- | fs/gfs2/glock.c | 124 | +++++++++++++++++++++++++++++++++---------------------- | fs/gfs2/glock.h | 7 ++++ | fs/gfs2/glops.c | 56 ++++++++++++++++++++----- | fs/gfs2/incore.h | 3 ++ | fs/gfs2/inode.c | 19 +++++---- | fs/gfs2/lops.c | 2 +- | fs/gfs2/rgrp.c | 6 +-- | fs/gfs2/super.c | 33 +++++++++------ | fs/gfs2/xattr.c | 4 +- | 11 files changed, 170 insertions(+), 90 deletions(-) | | -- | 2.7.5 | | Hi, Thanks. These are now applied to the for-next branch of the linux-gfs2 tree: 17772c8 gfs2: Get rid of flush_delayed_work in gfs2_evict_inode 0302abe gfs2: Protect gl->gl_object by spin lock f109c02 gfs2: Clean up glock work enqueuing 82eb106 gfs2: gfs2_create_inode: Keep glock across iput Regards, Bob Peterson Red Hat File Systems