]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/befs/linuxvfs.c
[PATCH] mark address_space_operations const
[mirror_ubuntu-zesty-kernel.git] / fs / befs / linuxvfs.c
index 08201fab26cde9e33778add4589356f931d2e1b4..a83e889a97cd7d8d79dd04fe29b5f0f43edbe890 100644 (file)
@@ -73,7 +73,7 @@ static struct inode_operations befs_dir_inode_operations = {
        .lookup         = befs_lookup,
 };
 
-static struct address_space_operations befs_aops = {
+static const struct address_space_operations befs_aops = {
        .readpage       = befs_readpage,
        .sync_page      = block_sync_page,
        .bmap           = befs_bmap,