Re: [PATCH] UBI: fix refill_wl_user_pool()

2013-09-20 Thread richard -rw- weinberger
On Wed, Sep 4, 2013 at 10:20 AM, Richard Weinberger wrote: > Am 26.08.2013 12:08, schrieb Richard Weinberger: >> If no free PEBs are available refill_wl_user_pool() must not >> return with -ENOSPC immediately. >> It has to block till produce_free_peb() produced a free PEB. >> >> Reported-and-Teste

Re: [PATCH] UBI: fix refill_wl_user_pool()

2013-09-04 Thread Richard Weinberger
Am 26.08.2013 12:08, schrieb Richard Weinberger: > If no free PEBs are available refill_wl_user_pool() must not > return with -ENOSPC immediately. > It has to block till produce_free_peb() produced a free PEB. > > Reported-and-Tested-by: Richard Genoud > Signed-off-by: Richard Weinberger > --- >

[PATCH] UBI: fix refill_wl_user_pool()

2013-08-26 Thread Richard Weinberger
If no free PEBs are available refill_wl_user_pool() must not return with -ENOSPC immediately. It has to block till produce_free_peb() produced a free PEB. Reported-and-Tested-by: Richard Genoud Signed-off-by: Richard Weinberger --- drivers/mtd/ubi/wl.c | 4 1 file changed, 4 deletions(-)