]> bbs.cooldavid.org Git - net-next-2.6.git/commit
UBIFS: fix assertions
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 26 Jan 2009 14:12:20 +0000 (16:12 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 26 Jan 2009 16:22:47 +0000 (18:22 +0200)
commit6ba87c9b920bea8c2703308d31eb7de925242c30
treea83b51da6884e483f78ff85c81f37e9e4e66f064
parent49d128aa60751a010640f4763d11577e2f508853
UBIFS: fix assertions

I introduce wrong assertions in one of the previous commits, this
patch fixes them.

Also, initialize debugfs after the debugging check. This is a little
nicer because we want the FS data to be accessible to external users
after everything has been initialized.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/super.c