On Tue, Jul 02, 2024 at 10:57:36AM +0300, Sagi Grimberg wrote: >> + nfs_init_cinfo_from_inode(&cinfo, inode); > > Any reason why nfs_init_cinfo_from_inode() changed location? I moved it early enough toward where it is being used to better reason about the code. But as a nice little advantage that also means it is only called when actually needed now.