From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Fri, 8 Mar 2019 08:02:13 -0700 Subject: [Cluster-devel] [PATCH 0/3] GFS2: Pre-pull patch posting (merge window) Message-ID: <20190308150216.8732-1-rpeterso@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, We've only got three patches ready for this merge window: - Fix a hang related to missed wakeups for glocks from Andreas Gruenbacher. - Rework of how gfs2 manages its debugfs files from Greg K-H. - An incorrect assert when truncating or deleting files from Tim Smith. Regards, Bob Peterson --- Andreas Gruenbacher (1): gfs2: Fix missed wakeups in find_insert_glock Greg Kroah-Hartman (1): gfs: no need to check return value of debugfs_create functions Tim Smith (1): gfs2: Fix an incorrect gfs2_assert() fs/gfs2/glock.c | 72 ++++++++++-------------------------------------- fs/gfs2/glock.h | 4 +-- fs/gfs2/incore.h | 3 -- fs/gfs2/inode.h | 4 +-- fs/gfs2/main.c | 6 +--- 5 files changed, 20 insertions(+), 69 deletions(-) -- 2.20.1