patch-2.3.48 linux/fs/efs/super.c
Next file: linux/fs/exec.c
Previous file: linux/fs/efs/inode.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sat Feb 26 20:33:05 2000
- Orig file:
v2.3.47/linux/fs/efs/super.c
- Orig date:
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.47/linux/fs/efs/super.c linux/fs/efs/super.c
@@ -21,15 +21,9 @@
};
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) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)