[PATCH] mark address_space_operations const
[deliverable/linux.git] / fs / fat / inode.c
index 7c35d582ec104c080cc5e760178b9986588f1362..31b7174176ba76798284286e8f6767419cef7e12 100644 (file)
@@ -196,7 +196,7 @@ static sector_t _fat_bmap(struct address_space *mapping, sector_t block)
        return generic_block_bmap(mapping, block, fat_get_block);
 }
 
-static struct address_space_operations fat_aops = {
+static const struct address_space_operations fat_aops = {
        .readpage       = fat_readpage,
        .readpages      = fat_readpages,
        .writepage      = fat_writepage,
This page took 0.027906 seconds and 5 git commands to generate.