diff options
Diffstat (limited to 'fs/jfs/super.c')
-rw-r--r-- | fs/jfs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/jfs/super.c b/fs/jfs/super.c index 49b652bd96ba..929fceca7999 100644 --- a/fs/jfs/super.c +++ b/fs/jfs/super.c | |||
@@ -738,6 +738,7 @@ static const struct super_operations jfs_super_operations = { | |||
738 | }; | 738 | }; |
739 | 739 | ||
740 | static struct export_operations jfs_export_operations = { | 740 | static struct export_operations jfs_export_operations = { |
741 | .get_dentry = jfs_get_dentry, | ||
741 | .get_parent = jfs_get_parent, | 742 | .get_parent = jfs_get_parent, |
742 | }; | 743 | }; |
743 | 744 | ||