diff options
Diffstat (limited to 'kernel/bpf/inode.c')
-rw-r--r-- | kernel/bpf/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bpf/inode.c b/kernel/bpf/inode.c index fddcae801724..9bbd33497d3d 100644 --- a/kernel/bpf/inode.c +++ b/kernel/bpf/inode.c | |||
@@ -429,7 +429,7 @@ static int bpf_parse_options(char *data, struct bpf_mount_opts *opts) | |||
429 | 429 | ||
430 | static int bpf_fill_super(struct super_block *sb, void *data, int silent) | 430 | static int bpf_fill_super(struct super_block *sb, void *data, int silent) |
431 | { | 431 | { |
432 | static struct tree_descr bpf_rfiles[] = { { "" } }; | 432 | static const struct tree_descr bpf_rfiles[] = { { "" } }; |
433 | struct bpf_mount_opts opts; | 433 | struct bpf_mount_opts opts; |
434 | struct inode *inode; | 434 | struct inode *inode; |
435 | int ret; | 435 | int ret; |