On Fri, Oct 27, 2023 at 10:09 AM Amir Goldstein <amir73il@xxxxxxxxx> wrote: > > On Fri, Oct 27, 2023 at 9:03 AM Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote: > > > > On Mon, Oct 23, 2023 at 09:07:59PM +0300, Amir Goldstein wrote: > > > export_operations ->encode_fh() no longer has a default implementation to > > > encode FILEID_INO32_GEN* file handles. > > > > This statement reads like a factual statement about the current tree. > > I'd suggest rewording it to make clear that you are changing the > > behavior so that the defaul goes away, and I'd also suggest to move > > it after the next paragraph. > > Ok. will send v3 with those changes. > Actually, Christian, since you already picked up the build fix and MAINTAINERS patch, cloud I bother you to fixup the commit message of this patch according to Christoph's request: exportfs: make ->encode_fh() a mandatory method for NFS export Rename the default helper for encoding FILEID_INO32_GEN* file handles to generic_encode_ino32_fh() and convert the filesystems that used the default implementation to use the generic helper explicitly. After this change, exportfs_encode_inode_fh() no longer has a default implementation to encode FILEID_INO32_GEN* file handles. This is a step towards allowing filesystems to encode non-decodeable file handles for fanotify without having to implement any export_operations. Might as well add hch RVB on patch #1 while at it. Thanks, Amir.