]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/sysfs/inode.c
[PATCH] mark address_space_operations const
[mirror_ubuntu-zesty-kernel.git] / fs / sysfs / inode.c
index f0b347bd12ca52d6636b2cadae31a7f45f2067a7..5e0e31cc46f5e269ebb8ed5c2fddec10f240e512 100644 (file)
@@ -16,7 +16,7 @@
 
 extern struct super_block * sysfs_sb;
 
-static struct address_space_operations sysfs_aops = {
+static const struct address_space_operations sysfs_aops = {
        .readpage       = simple_readpage,
        .prepare_write  = simple_prepare_write,
        .commit_write   = simple_commit_write