]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/bfs/inode.c
smaps: extract pmd walker from smaps code
[linux-2.6-omap-h63xx.git] / fs / bfs / inode.c
index 134c99941a639915e10a630674ccacd760bd0c6f..93d6219243ad96b449370c78e7f3aaf8e9139e9e 100644 (file)
@@ -270,7 +270,7 @@ static void destroy_inodecache(void)
        kmem_cache_destroy(bfs_inode_cachep);
 }
 
-static struct super_operations bfs_sops = {
+static const struct super_operations bfs_sops = {
        .alloc_inode    = bfs_alloc_inode,
        .destroy_inode  = bfs_destroy_inode,
        .read_inode     = bfs_read_inode,