[PATCH] mark address_space_operations const
[deliverable/linux.git] / fs / xfs / linux-2.6 / xfs_buf.c
index 26fed0756f0100b5c2e2aec31eb5e1f5853c9ed4..2af528dcfb0428ca93f2a5dced879e400682b876 100644 (file)
@@ -1520,7 +1520,7 @@ xfs_mapping_buftarg(
        struct backing_dev_info *bdi;
        struct inode            *inode;
        struct address_space    *mapping;
-       static struct address_space_operations mapping_aops = {
+       static const struct address_space_operations mapping_aops = {
                .sync_page = block_sync_page,
                .migratepage = fail_migrate_page,
        };
This page took 0.024338 seconds and 5 git commands to generate.