[PATCH 2/7] UBIFS: do not treat ENOSPC specially
Artem Bityutskiy
dedekind1 at gmail.com
Mon Aug 9 01:56:57 EDT 2010
On Sun, 2010-08-08 at 13:51 -0400, Vitaly Wool wrote:
> > ret = ubifs_garbage_collect_leb(c, &lp);
> > if (ret < 0) {
> > - if (ret == -EAGAIN || ret == -ENOSPC) {
> > + if (ret == -EAGAIN) {
> > /*
> > * These codes are not errors, so we have to
> > * return the LEB to lprops. But if the
>
> (just passing by...) probably the comment should be updated as well?
Hi, indeed :-)
Artem.
More information about the linux-mtd
mailing list