diff options
Diffstat (limited to '')
-rw-r--r-- | fs/ntfs/namei.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ntfs/namei.c b/fs/ntfs/namei.c index ab44f2db53..d7498ddc4a 100644 --- a/fs/ntfs/namei.c +++ b/fs/ntfs/namei.c @@ -384,6 +384,7 @@ static struct dentry *ntfs_fh_to_parent(struct super_block *sb, struct fid *fid, * 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, |