jfs: new export ops
[cascardo/linux.git] / fs / jfs / super.c
index cff60c1..81c3228 100644 (file)
@@ -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,
 };