Re: [Cluster-devel] [GFS2 PATCH 1/3] gfs2: switch go_xmote_bh glop to pass gh not gl

2021-08-25 Thread Bob Peterson
On 8/24/21 5:27 PM, Andreas Gruenbacher wrote: On Tue, Aug 24, 2021 at 6:48 PM Bob Peterson wrote: On 8/24/21 11:12 AM, Andreas Gruenbacher wrote: On Tue, Aug 24, 2021 at 4:02 PM Bob Peterson wrote: Before this patch, the go_xmote_bh function was passed gl, the glock pointer. This patch

Re: [Cluster-devel] [GFS2 PATCH 1/3] gfs2: switch go_xmote_bh glop to pass gh not gl

2021-08-24 Thread Andreas Gruenbacher
On Tue, Aug 24, 2021 at 6:48 PM Bob Peterson wrote: > On 8/24/21 11:12 AM, Andreas Gruenbacher wrote: > > On Tue, Aug 24, 2021 at 4:02 PM Bob Peterson wrote: > >> Before this patch, the go_xmote_bh function was passed gl, the glock > >> pointer. This patch switches it to gh, the holder, which

Re: [Cluster-devel] [GFS2 PATCH 1/3] gfs2: switch go_xmote_bh glop to pass gh not gl

2021-08-24 Thread Bob Peterson
Hi, On 8/24/21 11:12 AM, Andreas Gruenbacher wrote: On Tue, Aug 24, 2021 at 4:02 PM Bob Peterson wrote: Before this patch, the go_xmote_bh function was passed gl, the glock pointer. This patch switches it to gh, the holder, which points to the gl. This facilitates improvements for the next

Re: [Cluster-devel] [GFS2 PATCH 1/3] gfs2: switch go_xmote_bh glop to pass gh not gl

2021-08-24 Thread Andreas Gruenbacher
On Tue, Aug 24, 2021 at 4:02 PM Bob Peterson wrote: > Before this patch, the go_xmote_bh function was passed gl, the glock > pointer. This patch switches it to gh, the holder, which points to the gl. > This facilitates improvements for the next patch. > > Signed-off-by: Bob Peterson > --- >

[Cluster-devel] [GFS2 PATCH 1/3] gfs2: switch go_xmote_bh glop to pass gh not gl

2021-08-24 Thread Bob Peterson
Before this patch, the go_xmote_bh function was passed gl, the glock pointer. This patch switches it to gh, the holder, which points to the gl. This facilitates improvements for the next patch. Signed-off-by: Bob Peterson --- fs/gfs2/glock.c | 4 ++-- fs/gfs2/glops.c | 5 +++--