]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/ubifs/super.c
UBIFS: return proper error code if the compr is not present
authorCorentin Chary <corentincj@iksaif.net>
Mon, 25 May 2009 06:49:10 +0000 (08:49 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 25 May 2009 09:28:27 +0000 (12:28 +0300)
commit8eec2f36fb869f1e6d81d834bbbd487941222fc8
tree166dd7244dc187cd59e51af5541b1b1ca854b111
parent8b3884a841f398f6e0a0411d6929d8d9381bb265
UBIFS: return proper error code if the compr is not present

If the compressor is not present, mount_ubifs need
to return an error code. This way ubifs_fill_super
will stop and handle the error.

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/super.c