Whamcloud - gitweb
LU-6142 lustre: change super/file/inode operations to const
[fs/lustre-release.git] / lustre / llite / super25.c
index 5c5b9db..272cac9 100644 (file)
@@ -81,7 +81,7 @@ static int ll_drop_inode(struct inode *inode)
 }
 
 /* exported operations */
-struct super_operations lustre_super_operations =
+const struct super_operations lustre_super_operations =
 {
        .alloc_inode   = ll_alloc_inode,
        .destroy_inode = ll_destroy_inode,