commit | f94b347059809aecd97af53a084fe5f3db045d92 | [log] [tgz] |
---|---|---|
author | Eric Van Hensbergen <ericvh@gmail.com> | Fri Jan 26 00:57:04 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Jan 26 13:50:59 2007 -0800 |
tree | e8665be82f6fea93f924b04ffd5ac520a9652e7e | |
parent | f49d5e62d9352d33b30c9befbaf0fd9c88265ec1 [diff] |
[PATCH] 9p: fix bogus return code checks during initialization There is a simple logic error in init_v9fs - the return code checks are reversed. This patch fixes the return code and adds some messages to prevent module initialization from failing silently. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>