android_kernel_xiaomi_sm8350/fs/9p
Eric Van Hensbergen f94b347059 [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>
2007-01-26 13:50:59 -08:00
..
9p.h
conv.c
conv.h
debug.h
error.c
error.h
fcall.c
fcprint.c
fid.c
fid.h
Makefile
mux.c [PATCH] 9p: fix bogus return code checks during initialization 2007-01-26 13:50:59 -08:00
mux.h
trans_fd.c
transport.h
v9fs_vfs.h
v9fs.c [PATCH] 9p: fix bogus return code checks during initialization 2007-01-26 13:50:59 -08:00
v9fs.h
vfs_addr.c [PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_path 2006-12-08 08:28:43 -08:00
vfs_dentry.c
vfs_dir.c [PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_path 2006-12-08 08:28:43 -08:00
vfs_file.c [PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_path 2006-12-08 08:28:43 -08:00
vfs_inode.c [PATCH] Function v9fs_get_idpool returns int, not u32 as called twice in fs/9p/vfs_inode.c 2006-12-07 08:39:33 -08:00
vfs_super.c