]> git.baikalelectronics.ru Git - kernel.git/commit
UBIFS: do not treat ENOSPC specially
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 4 Aug 2010 11:06:06 +0000 (14:06 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 30 Aug 2010 07:19:06 +0000 (10:19 +0300)
commitcb72520b65922578ad3e55d1f1046437009bd53f
tree3009b20fd4e0530e75cd9d5c4a3933133ec0cfce
parent8dd2dea03f9b07804e32f580be1cff81c0da4f7c
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 <Artem.Bityutskiy@nokia.com>
fs/ubifs/gc.c