[PATCH] mark address_space_operations const
[deliverable/linux.git] / fs / bfs / file.c
index d83cd74a2e4e681a061552e8c26e22070e41efa0..3d5aca28a0a0980922c83c0b197d1cf52cb27593 100644 (file)
@@ -153,7 +153,7 @@ static sector_t bfs_bmap(struct address_space *mapping, sector_t block)
        return generic_block_bmap(mapping, block, bfs_get_block);
 }
 
-struct address_space_operations bfs_aops = {
+const struct address_space_operations bfs_aops = {
        .readpage       = bfs_readpage,
        .writepage      = bfs_writepage,
        .sync_page      = block_sync_page,
This page took 0.049232 seconds and 5 git commands to generate.