[PATCH] mark address_space_operations const
[deliverable/linux.git] / drivers / block / rd.c
index 940bfd7951e5c1c582a672447b65dd28ff1367c7..0378da04cfa23c0c38b967a0162aee3563119171 100644 (file)
@@ -191,7 +191,7 @@ static int ramdisk_set_page_dirty(struct page *page)
        return 0;
 }
 
-static struct address_space_operations ramdisk_aops = {
+static const struct address_space_operations ramdisk_aops = {
        .readpage       = ramdisk_readpage,
        .prepare_write  = ramdisk_prepare_write,
        .commit_write   = ramdisk_commit_write,
This page took 0.038786 seconds and 5 git commands to generate.