This should not be kept, the reaons is similar to what
e2fsck_pass1 has done before.
Change-Id: Ieab9f799e159047f2d94cf5ba0568c9f146785ae
Signed-off-by: Wang Shilong <wshilong@ddn.com>
Reviewed-on: https://review.whamcloud.com/37999
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
/* threads might enable E2F_OPT_YES */
global_ctx->options |= options;
global_ctx->flags |= flags;
+ /*
+ * The l+f inode may have been cleared, so zap it now and
+ * later passes will recalculate it if necessary
+ */
+ global_ctx->lost_and_found = 0;
retval = e2fsck_pass1_merge_fs(global_fs, thread_fs);
if (retval) {