diff options
Diffstat (limited to 'fs/ubifs/find.c')
-rw-r--r-- | fs/ubifs/find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/find.c b/fs/ubifs/find.c index 2dcf3d473fec..9571616b5dda 100644 --- a/fs/ubifs/find.c +++ b/fs/ubifs/find.c | |||
@@ -632,7 +632,7 @@ static int scan_for_idx_cb(struct ubifs_info *c, | |||
632 | */ | 632 | */ |
633 | static const struct ubifs_lprops *scan_for_leb_for_idx(struct ubifs_info *c) | 633 | static const struct ubifs_lprops *scan_for_leb_for_idx(struct ubifs_info *c) |
634 | { | 634 | { |
635 | struct ubifs_lprops *lprops; | 635 | const struct ubifs_lprops *lprops; |
636 | struct scan_data data; | 636 | struct scan_data data; |
637 | int err; | 637 | int err; |
638 | 638 | ||