patch-2.3.48 linux/fs/ext2/super.c
Next file: linux/fs/fat/dir.c
Previous file: linux/fs/ext2/namei.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sat Feb 26 20:33:06 2000
- Orig file:
v2.3.47/linux/fs/ext2/super.c
- Orig date:
Tue Jan 11 22:31:43 2000
diff -u --recursive --new-file v2.3.47/linux/fs/ext2/super.c linux/fs/ext2/super.c
@@ -121,15 +121,14 @@
}
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,
};
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)