--- zzzz-none-000/linux-5.4.213/fs/f2fs/super.c 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/fs/f2fs/super.c 2024-05-29 11:20:02.000000000 +0000 @@ -2431,6 +2431,7 @@ } static const struct export_operations f2fs_export_ops = { + .encode_fh = generic_encode_ino32_fh, .fh_to_dentry = f2fs_fh_to_dentry, .fh_to_parent = f2fs_fh_to_parent, .get_parent = f2fs_get_parent,