X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fecryptfs%2Fsuper.c;h=7b3f0cc09a6fd4eeaa6157f4eecaba2df6b6a6e1;hb=ecd27b92fbb41f779d857632a69bd45dbaf0f915;hp=eaa5daaf106eec9aebb1271a1e3ae554a813c0a1;hpb=c4366889dda8110247be59ca41fddb82951a8c26;p=linux-2.6 diff --git a/fs/ecryptfs/super.c b/fs/ecryptfs/super.c index eaa5daaf10..7b3f0cc09a 100644 --- a/fs/ecryptfs/super.c +++ b/fs/ecryptfs/super.c @@ -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,