aboutsummaryrefslogtreecommitdiffstats
path: root/fs/binfmt_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/binfmt_misc.c')
-rw-r--r--fs/binfmt_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
index bee1a36bc2ec..f4718098ac31 100644
--- a/fs/binfmt_misc.c
+++ b/fs/binfmt_misc.c
@@ -818,7 +818,7 @@ static const struct super_operations s_ops = {
818static int bm_fill_super(struct super_block *sb, void *data, int silent) 818static int bm_fill_super(struct super_block *sb, void *data, int silent)
819{ 819{
820 int err; 820 int err;
821 static struct tree_descr bm_files[] = { 821 static const struct tree_descr bm_files[] = {
822 [2] = {"status", &bm_status_operations, S_IWUSR|S_IRUGO}, 822 [2] = {"status", &bm_status_operations, S_IWUSR|S_IRUGO},
823 [3] = {"register", &bm_register_operations, S_IWUSR}, 823 [3] = {"register", &bm_register_operations, S_IWUSR},
824 /* last one */ {""} 824 /* last one */ {""}