Re: [PATCH 2/3] hlist-bl: add hlist_bl_fake()

2021-04-06 Thread Kent Overstreet
On Tue, Apr 06, 2021 at 10:33:42PM +1000, Dave Chinner wrote: > From: Dave Chinner > > in preparation for switching the VFS inode cache over the hlist_bl > lists, we nee dto be able to fake a list node that looks like it is > hased for correct operation of filesystems that don't directly use >

[PATCH 2/3] hlist-bl: add hlist_bl_fake()

2021-04-06 Thread Dave Chinner
From: Dave Chinner in preparation for switching the VFS inode cache over the hlist_bl lists, we nee dto be able to fake a list node that looks like it is hased for correct operation of filesystems that don't directly use the VFS indoe cache. Signed-off-by: Dave Chinner ---