]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/efs/super.c
efs: new export ops
[linux-2.6-omap-h63xx.git] / fs / efs / super.c
index 25d0326c5f1c9a6c44b220c89e5bd94a9f32c6be..d8ce21b82fba189402c4e692e7f6668abce8e7ab 100644 (file)
@@ -114,7 +114,8 @@ static const struct super_operations efs_superblock_operations = {
 };
 
 static struct export_operations efs_export_ops = {
-       .get_dentry     = efs_get_dentry,
+       .fh_to_dentry   = efs_fh_to_dentry,
+       .fh_to_parent   = efs_fh_to_parent,
        .get_parent     = efs_get_parent,
 };