From: Artem Bityutskiy Date: Wed, 4 Aug 2010 11:06:06 +0000 (+0300) Subject: UBIFS: do not treat ENOSPC specially X-Git-Tag: v2.6.37-rc1~170^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efe1881f5482f94f5e5e6cb74bf3ea72f2b5b9ce;p=pandora-kernel.git UBIFS: do not treat ENOSPC specially '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 --- Reading git-diff-tree failed