[JFFS2] Improve failure mode if inode checking leaves unchecked space.
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 23 Apr 2007 11:11:46 +0000 (12:11 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 23 Apr 2007 11:11:46 +0000 (12:11 +0100)
commit44b998e1eb254edc87177819ee693690fac68b7f
tree2f7d5511d8f0efc9e824a042d5ff50793a74de31
parent566865a2a4791c9290155f651ee0c2c606db0b1d
[JFFS2] Improve failure mode if inode checking leaves unchecked space.

We should never find the unchecked size is non-zero after we've finished
checking all inodes. If it happens, used to BUG(), leaving the alloc_sem
held and deadlocking. Instead, just return -ENOSPC after complaining. The
GC thread will die, but read-only operation should be able to continue and
the file system should be unmountable.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
fs/jffs2/gc.c