summaryrefslogtreecommitdiffstats
path: root/fs/ext2/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/ext2/super.c
parent7b8f5d6f1d45d9f9de1d26e7d3c32aa5af11b488 (diff)
Merge with 2.3.48.
Diffstat (limited to 'fs/ext2/super.c')
-rw-r--r--fs/ext2/super.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c
index 8a06df18b..b4cdc5868 100644
--- a/fs/ext2/super.c
+++ b/fs/ext2/super.c
@@ -121,15 +121,14 @@ void ext2_put_super (struct super_block * sb)
}
static struct super_operations ext2_sops = {
- ext2_read_inode,
- ext2_write_inode,
- ext2_put_inode,
- ext2_delete_inode,
- NULL,
- ext2_put_super,
- ext2_write_super,
- ext2_statfs,
- ext2_remount
+ read_inode: ext2_read_inode,
+ write_inode: ext2_write_inode,
+ put_inode: ext2_put_inode,
+ delete_inode: ext2_delete_inode,
+ put_super: ext2_put_super,
+ write_super: ext2_write_super,
+ statfs: ext2_statfs,
+ remount_fs: ext2_remount,
};
/*