From patchwork Sat Aug 7 08:26:12 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/7] UBIFS: do not treat ENOSPC specially Date: Fri, 06 Aug 2010 22:26:12 -0000 From: Artem Bityutskiy X-Patchwork-Id: 61167 Message-Id: <1281169577-18664-3-git-send-email-dedekind1@gmail.com> To: linux-mtd@lists.infradead.org Cc: Matthieu CASTET , Adrian Hunter From: Artem Bityutskiy 'ubifs_garbage_collect_leb()' should never return '-ENOSPC', and if it does, this is an error. Thus, do not treat this error code specially. '-EAGAIN' is a special error code, but not '-ENOSPC'. Signed-off-by: Artem Bityutskiy --- fs/ubifs/gc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ubifs/gc.c b/fs/ubifs/gc.c index f89a422..29ce1b3 100644 --- a/fs/ubifs/gc.c +++ b/fs/ubifs/gc.c @@ -677,7 +677,7 @@ int ubifs_garbage_collect(struct ubifs_info *c, int anyway) 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