]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/ecryptfs/super.c
[PATCH] Mark struct super_operations const
[karo-tx-linux.git] / fs / ecryptfs / super.c
index eaa5daaf106eec9aebb1271a1e3ae554a813c0a1..7b3f0cc09a6fd4eeaa6157f4eecaba2df6b6a6e1 100644 (file)
@@ -168,7 +168,7 @@ out:
        return rc;
 }
 
-struct super_operations ecryptfs_sops = {
+const struct super_operations ecryptfs_sops = {
        .alloc_inode = ecryptfs_alloc_inode,
        .destroy_inode = ecryptfs_destroy_inode,
        .drop_inode = generic_delete_inode,