const: mark remaining address_space_operations const
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
ac4cfdd6d1
commit
7f09410bbc
@ -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,
|
||||
|
Reference in New Issue
Block a user