aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/super.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--fs/jfs/super.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/jfs/super.c b/fs/jfs/super.c
index cff60c171943..81c3228ca455 100644
--- a/fs/jfs/super.c
+++ b/fs/jfs/super.c
@@ -738,7 +738,8 @@ static const struct super_operations jfs_super_operations = {
};
static struct export_operations jfs_export_operations = {
- .get_dentry = jfs_get_dentry,
+ .fh_to_dentry = jfs_fh_to_dentry,
+ .fh_to_parent = jfs_fh_to_parent,
.get_parent = jfs_get_parent,
};