[Cluster-devel] [PATCH] gfs2: Remove redundant check from gfs2_glock_dq

2021-08-02 Thread Bob Peterson
In function gfs2_glock_dq, it checks to see if this is the fast path. Before this patch, it checked both "find_first_holder(gl) == NULL" and list_empty(&gl->gl_holders), which is redundant. If gl_holders is empty then find_first_holder must return NULL. This patch removes the redundancy. Signed-of

Re: [Cluster-devel] [GFS2 PATCH 13/15] gfs2: ignore usr|grp|prjquota mount options

2021-08-02 Thread Andrew Price
On 28/07/2021 21:32, Bob Peterson wrote: On 7/28/21 1:28 PM, Andreas Gruenbacher wrote: On Tue, Jul 27, 2021 at 7:37 PM Bob Peterson wrote: Before this patch, gfs2 rejected mounts attempted with the usrquota, grpquota, or prjquota mount options. That caused numerous xfstests tests to fail. Thi

[Cluster-devel] [gfs2:for-next.mmap-fault 6/9] fs/iomap/direct-io.c:134:8-11: ERROR: reference preceded by free on line 130 (fwd)

2021-08-02 Thread Julia Lawall
Please check the lines starting with 130. julia -- Forwarded message -- Date: Tue, 27 Jul 2021 01:40:06 +0800 From: kernel test robot To: kbu...@lists.01.org Cc: l...@intel.com, Julia Lawall Subject: [gfs2:for-next.mmap-fault 6/9] fs/iomap/direct-io.c:134:8-11: ERROR: refere