]> err.no Git - linux-2.6/blobdiff - fs/efs/super.c
[Blackfin] arch: Update copyright date
[linux-2.6] / fs / efs / super.c
index 25d0326c5f1c9a6c44b220c89e5bd94a9f32c6be..c79bc627f1079adf72ac3779befdda1540272dec 100644 (file)
@@ -113,8 +113,9 @@ static const struct super_operations efs_superblock_operations = {
        .remount_fs     = efs_remount,
 };
 
-static struct export_operations efs_export_ops = {
-       .get_dentry     = efs_get_dentry,
+static const struct export_operations efs_export_ops = {
+       .fh_to_dentry   = efs_fh_to_dentry,
+       .fh_to_parent   = efs_fh_to_parent,
        .get_parent     = efs_get_parent,
 };