Commit cc194783 authored by Jiang Biao's avatar Jiang Biao Committed by Richard Weinberger

ubifs: Constify struct ubifs_lprops in scan_for_leb_for_idx

Constify struct ubifs_lprops in scan_for_leb_for_idx to be
consistent with other references.
Signed-off-by: default avatarJiang Biao <jiang.biao2@zte.com.cn>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent ae4c8081
...@@ -632,7 +632,7 @@ static int scan_for_idx_cb(struct ubifs_info *c, ...@@ -632,7 +632,7 @@ static int scan_for_idx_cb(struct ubifs_info *c,
*/ */
static const struct ubifs_lprops *scan_for_leb_for_idx(struct ubifs_info *c) static const struct ubifs_lprops *scan_for_leb_for_idx(struct ubifs_info *c)
{ {
struct ubifs_lprops *lprops; const struct ubifs_lprops *lprops;
struct scan_data data; struct scan_data data;
int err; int err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment