On Wed, Nov 16, 2022 at 10:17:20AM -0500, Jeff Layton wrote: > - ctx = smp_load_acquire(&inode->i_flctx); > + ctx = locks_inode_context(inode); Nit: this might be a good time to drop the weird double space here. Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>