diff options
Diffstat (limited to 'fs/debugfs/inode.c')
-rw-r--r-- | fs/debugfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c index 7fd4ec4bb214..e892ae7d89f8 100644 --- a/fs/debugfs/inode.c +++ b/fs/debugfs/inode.c | |||
@@ -199,7 +199,7 @@ static const struct dentry_operations debugfs_dops = { | |||
199 | 199 | ||
200 | static int debug_fill_super(struct super_block *sb, void *data, int silent) | 200 | static int debug_fill_super(struct super_block *sb, void *data, int silent) |
201 | { | 201 | { |
202 | static struct tree_descr debug_files[] = {{""}}; | 202 | static const struct tree_descr debug_files[] = {{""}}; |
203 | struct debugfs_fs_info *fsi; | 203 | struct debugfs_fs_info *fsi; |
204 | int err; | 204 | int err; |
205 | 205 | ||