diff options
Diffstat (limited to 'fs/ubifs/lprops.c')
-rw-r--r-- | fs/ubifs/lprops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/lprops.c b/fs/ubifs/lprops.c index 4cdd284dea56..00f19b445aab 100644 --- a/fs/ubifs/lprops.c +++ b/fs/ubifs/lprops.c | |||
@@ -1096,7 +1096,7 @@ static int scan_check_cb(struct ubifs_info *c, | |||
1096 | } | 1096 | } |
1097 | } | 1097 | } |
1098 | 1098 | ||
1099 | sleb = ubifs_scan(c, lnum, 0, c->dbg->buf); | 1099 | sleb = ubifs_scan(c, lnum, 0, c->dbg->buf, 0); |
1100 | if (IS_ERR(sleb)) { | 1100 | if (IS_ERR(sleb)) { |
1101 | /* | 1101 | /* |
1102 | * After an unclean unmount, empty and freeable LEBs | 1102 | * After an unclean unmount, empty and freeable LEBs |