patch-2.3.48 linux/fs/affs/super.c
Next file: linux/fs/affs/symlink.c
Previous file: linux/fs/affs/namei.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sat Feb 26 20:33:42 2000
- Orig file:
v2.3.47/linux/fs/affs/super.c
- Orig date:
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.47/linux/fs/affs/super.c linux/fs/affs/super.c
@@ -98,15 +98,14 @@
}
static struct super_operations affs_sops = {
- affs_read_inode,
- affs_write_inode,
- affs_put_inode,
- affs_delete_inode,
- affs_notify_change,
- affs_put_super,
- affs_write_super,
- affs_statfs,
- affs_remount
+ read_inode: affs_read_inode,
+ write_inode: affs_write_inode,
+ put_inode: affs_put_inode,
+ delete_inode: affs_delete_inode,
+ put_super: affs_put_super,
+ write_super: affs_write_super,
+ statfs: affs_statfs,
+ remount_fs: affs_remount,
};
static int
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)