]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ecryptfs/super.c
SPIN_LOCK_UNLOCKED cleanup in drivers/serial
[linux-2.6-omap-h63xx.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,