On Fri, 2014-09-19 at 17:37 +0200, Richard Weinberger wrote: > The while loop in produce_free_peb() assumes that each work will produce a > free PEB. This is not true. > If ubi->works_count is 1 and the only scheduled work is the > wear_leveling_worker() produce_free_peb() can loop forever in case > nobody schedules an erase work. > Fix this issue by checking in the while loop whether work is scheduled. > > Signed-off-by: Richard Weinberger <[email protected]>
Pushed, thanks! -- Best Regards, Artem Bityutskiy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

