]> Pileus Git - ~andy/linux/blobdiff - fs/efs/inode.c
Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
[~andy/linux] / fs / efs / inode.c
index 180607f9314dc9368b2f90cbd4bac7d8542a4425..174696f9bf14eb5c803d9200b89da6e97b68b5f0 100644 (file)
@@ -21,7 +21,7 @@ static sector_t _efs_bmap(struct address_space *mapping, sector_t block)
 {
        return generic_block_bmap(mapping,block,efs_get_block);
 }
-static struct address_space_operations efs_aops = {
+static const struct address_space_operations efs_aops = {
        .readpage = efs_readpage,
        .sync_page = block_sync_page,
        .bmap = _efs_bmap