aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/eaops.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/eaops.c')
-rw-r--r--fs/gfs2/eaops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/eaops.c b/fs/gfs2/eaops.c
index b7e6a37cab6..3ace242f2b1 100644
--- a/fs/gfs2/eaops.c
+++ b/fs/gfs2/eaops.c
@@ -214,7 +214,7 @@ struct gfs2_eattr_operations gfs2_system_eaops = {
.eo_name = "system",
};
-struct gfs2_eattr_operations gfs2_security_eaops = {
+static struct gfs2_eattr_operations gfs2_security_eaops = {
.eo_get = security_eo_get,
.eo_set = security_eo_set,
.eo_remove = security_eo_remove,