[PATCH] hfsplus oops fix
authorJoshua Kwan <joshk@triplehelix.org>
Fri, 6 Jan 2006 08:09:45 +0000 (00:09 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:20 +0000 (08:33 -0800)
commitbd6a59b22fd3bd044bb14978b885bcd042a10e8e
tree5cfad676f7985f657b831f4fc6ad7a9367ec6c4d
parent9f155b9802bb7049cd0f216c3fe903b58620df11
[PATCH] hfsplus oops fix

nls_utf8 is available, and the check in hfsplus_fill_super checks the wrong
pointer for NULLness (it checks the saved nls, not the new one that it
needs to use.)

Signed-off-by: Joshua Kwan <joshk@triplehelix.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/hfsplus/super.c