--- zzzz-none-000/linux-5.4.213/fs/ntfs/namei.c 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/fs/ntfs/namei.c 2024-05-29 11:20:02.000000000 +0000 @@ -384,6 +384,7 @@ * and due to using iget() whereas NTFS needs ntfs_iget(). */ const struct export_operations ntfs_export_ops = { + .encode_fh = generic_encode_ino32_fh, .get_parent = ntfs_get_parent, /* Find the parent of a given directory. */ .fh_to_dentry = ntfs_fh_to_dentry,