X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fefs%2Fsuper.c;h=c79bc627f1079adf72ac3779befdda1540272dec;hb=a628a8bcd8a6daea6096fe781fc36cae4ac1ed48;hp=25d0326c5f1c9a6c44b220c89e5bd94a9f32c6be;hpb=5c8e191e8437616a498a8e1cc0af3dd0d32bbff2;p=linux-2.6 diff --git a/fs/efs/super.c b/fs/efs/super.c index 25d0326c5f..c79bc627f1 100644 --- a/fs/efs/super.c +++ b/fs/efs/super.c @@ -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, };