patch-2.3.48 linux/fs/adfs/super.c
Next file: linux/fs/affs/dir.c
Previous file: linux/fs/adfs/inode.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Sat Feb 26 20:33:42 2000
- Orig file:
v2.3.47/linux/fs/adfs/super.c
- Orig date:
Thu Feb 10 17:11:16 2000
diff -u --recursive --new-file v2.3.47/linux/fs/adfs/super.c linux/fs/adfs/super.c
@@ -231,17 +231,10 @@
}
static struct super_operations adfs_sops = {
- adfs_read_inode, /* read_inode */
- adfs_write_inode, /* write_inode */
- NULL, /* put_inode */
- NULL, /* delete_inode */
- adfs_notify_change, /* notify_change */
- adfs_put_super, /* put_super */
- NULL, /* write_super */
- adfs_statfs, /* statfs */
- adfs_remount, /* remount_fs */
- NULL, /* clear_inode */
- NULL /* umount_begin */
+ write_inode: adfs_write_inode,
+ put_super: adfs_put_super,
+ statfs: adfs_statfs,
+ remount_fs: adfs_remount,
};
static struct adfs_discmap *adfs_read_map(struct super_block *sb, struct adfs_discrecord *dr)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)