]> err.no Git - linux-2.6/blobdiff - fs/hfs/super.c
[PATCH] Mark struct super_operations const
[linux-2.6] / fs / hfs / super.c
index a3698796600439413d4d0536cd9edf8f2184201a..623f509f1d47cfcbbac098372180b93e99150904 100644 (file)
@@ -154,7 +154,7 @@ static void hfs_destroy_inode(struct inode *inode)
        kmem_cache_free(hfs_inode_cachep, HFS_I(inode));
 }
 
-static struct super_operations hfs_super_operations = {
+static const struct super_operations hfs_super_operations = {
        .alloc_inode    = hfs_alloc_inode,
        .destroy_inode  = hfs_destroy_inode,
        .write_inode    = hfs_write_inode,