[PATCH] mark address_space_operations const
[deliverable/linux.git] / fs / isofs / inode.c
index 3f9c8ba1fa1f95db3c3e622a17cefd5533087eee..bb11c7fb4019b4c8c1a860f661e704158d8a1321 100644 (file)
@@ -1054,7 +1054,7 @@ static sector_t _isofs_bmap(struct address_space *mapping, sector_t block)
        return generic_block_bmap(mapping,block,isofs_get_block);
 }
 
-static struct address_space_operations isofs_aops = {
+static const struct address_space_operations isofs_aops = {
        .readpage = isofs_readpage,
        .sync_page = block_sync_page,
        .bmap = _isofs_bmap
This page took 0.03995 seconds and 5 git commands to generate.