X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Fomfs%2Ffile.c;h=b707fa5396b7e9ea88eea9be659278fc376a30c0;hb=7f09410bbc4306f592cfb43812389ea1c7905a20;hp=d17e774eaf456ba86118a99e7cbcee3eff4a1ad3;hpb=ac4cfdd6d141c319a7af8655f750ed504c187a74;p=cascardo%2Flinux.git diff --git a/fs/omfs/file.c b/fs/omfs/file.c index d17e774eaf45..b707fa5396b7 100644 --- a/fs/omfs/file.c +++ b/fs/omfs/file.c @@ -337,7 +337,7 @@ struct inode_operations omfs_file_inops = { .truncate = omfs_truncate }; -struct address_space_operations omfs_aops = { +const struct address_space_operations omfs_aops = { .readpage = omfs_readpage, .readpages = omfs_readpages, .writepage = omfs_writepage,