Re: [Cluster-devel] [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD

2023-05-03 Thread Luis Chamberlain
On Sat, Apr 29, 2023 at 02:20:17AM +0100, Matthew Wilcox wrote: > On Fri, Apr 28, 2023 at 05:11:57PM -0700, Luis Chamberlain wrote: > > [ 11.245248] BUG: kernel NULL pointer dereference, address: > > > > [ 11.254581] #PF: supervisor read access in kernel mode > > [

Re: [Cluster-devel] [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD

2023-05-03 Thread Luis Chamberlain
On Mon, Apr 24, 2023 at 07:49:26AM +0200, Christoph Hellwig wrote: > +const struct address_space_operations def_blk_aops = { > + .dirty_folio= filemap_dirty_folio, > + .release_folio = iomap_release_folio, > + .invalidate_folio = iomap_invalidate_folio, > +

[Cluster-devel] [PATCH] dlm_controld: remove old build workaround

2023-05-03 Thread Andreas Gruenbacher
Remove the old build workaround from 2011, when DLM_PLOCK_FL_CLOSE wasn't always defined in . Signed-off-by: Andreas Gruenbacher --- dlm_controld/plock.c | 20 +--- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/dlm_controld/plock.c b/dlm_controld/plock.c index