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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
index e6f57990b121..18657f001b43 100644
--- a/fs/binfmt_misc.c
+++ b/fs/binfmt_misc.c
@@ -727,8 +727,8 @@ static const struct super_operations s_ops = {
727static int bm_fill_super(struct super_block * sb, void * data, int silent) 727static int bm_fill_super(struct super_block * sb, void * data, int silent)
728{ 728{
729 static struct tree_descr bm_files[] = { 729 static struct tree_descr bm_files[] = {
730 [1] = {"status", &bm_status_operations, S_IWUSR|S_IRUGO}, 730 [2] = {"status", &bm_status_operations, S_IWUSR|S_IRUGO},
731 [2] = {"register", &bm_register_operations, S_IWUSR}, 731 [3] = {"register", &bm_register_operations, S_IWUSR},
732 /* last one */ {""} 732 /* last one */ {""}
733 }; 733 };
734 int err = simple_fill_super(sb, 0x42494e4d, bm_files); 734 int err = simple_fill_super(sb, 0x42494e4d, bm_files);