aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ecryptfs/main.c')
-rw-r--r--fs/ecryptfs/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c
index 1a419c3b8d4f..d0b438eff82d 100644
--- a/fs/ecryptfs/main.c
+++ b/fs/ecryptfs/main.c
@@ -781,7 +781,7 @@ static struct attribute *attributes[] = {
781 NULL, 781 NULL,
782}; 782};
783 783
784static struct attribute_group attr_group = { 784static const struct attribute_group attr_group = {
785 .attrs = attributes, 785 .attrs = attributes,
786}; 786};
787 787