]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ocfs2/dlm/dlmfs.c
[PATCH] Mark struct super_operations const
[net-next-2.6.git] / fs / ocfs2 / dlm / dlmfs.c
index 84b33ffb42f1f3a18010a97212a336e6ab84acaa..de952eba29a92fd3aa35240f6ebcaca83feded43 100644 (file)
@@ -61,7 +61,7 @@
 #define MLOG_MASK_PREFIX ML_DLMFS
 #include "cluster/masklog.h"
 
-static struct super_operations dlmfs_ops;
+static const struct super_operations dlmfs_ops;
 static const struct file_operations dlmfs_file_operations;
 static const struct inode_operations dlmfs_dir_inode_operations;
 static const struct inode_operations dlmfs_root_inode_operations;
@@ -560,7 +560,7 @@ static const struct inode_operations dlmfs_root_inode_operations = {
        .rmdir          = simple_rmdir,
 };
 
-static struct super_operations dlmfs_ops = {
+static const struct super_operations dlmfs_ops = {
        .statfs         = simple_statfs,
        .alloc_inode    = dlmfs_alloc_inode,
        .destroy_inode  = dlmfs_destroy_inode,