On Wed, Oct 18, 2023 at 5:53 PM Dave Kleikamp <dave.kleikamp@xxxxxxxxxx> wrote: > > On 10/18/23 9:16AM, Jeff Layton wrote: > > On Wed, 2023-10-18 at 12:59 +0300, Amir Goldstein wrote: > >> export_operations ->encode_fh() no longer has a default implementation to > >> encode FILEID_INO32_GEN* file handles. > >> > >> 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. > > Isn't it possible for some of these filesystems to be compiled without > CONFIG_EXPORTFS set? Should exportfs.h define an null > generic_encode_ino32_fh() in that case? > Yes, good idea! Thanks, Amir.