summaryrefslogtreecommitdiffstats
path: root/fs/affs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/affs/super.c')
-rw-r--r--fs/affs/super.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/fs/affs/super.c b/fs/affs/super.c
index fe5fd1042..9eed5c09e 100644
--- a/fs/affs/super.c
+++ b/fs/affs/super.c
@@ -98,15 +98,14 @@ affs_write_super(struct super_block *sb)
}
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