summaryrefslogtreecommitdiffstats
path: root/fs/efs/super.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-02 02:36:47 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-02 02:36:47 +0000
commit8624512aa908741ba2795200133eae0d7f4557ea (patch)
treed5d3036fccf2604f4c98dedc11e8adb929d6b52e /fs/efs/super.c
parent7b8f5d6f1d45d9f9de1d26e7d3c32aa5af11b488 (diff)
Merge with 2.3.48.
Diffstat (limited to 'fs/efs/super.c')
-rw-r--r--fs/efs/super.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/fs/efs/super.c b/fs/efs/super.c
index df0f167cb..4522b2cfe 100644
--- a/fs/efs/super.c
+++ b/fs/efs/super.c
@@ -21,15 +21,9 @@ static struct file_system_type efs_fs_type = {
};
static struct super_operations efs_superblock_operations = {
- efs_read_inode, /* read_inode */
- NULL, /* write_inode */
- NULL, /* put_inode */
- NULL, /* delete_inode */
- NULL, /* notify_change */
- efs_put_super, /* put_super */
- NULL, /* write_super */
- efs_statfs, /* statfs */
- NULL /* remount */
+ read_inode: efs_read_inode,
+ put_super: efs_put_super,
+ statfs: efs_statfs,
};
int __init init_efs_fs(void) {