kernel-ark/fs/9p
Latchesar Ionkov 1dac06b20d [PATCH] v9fs: handle kthread_create failure, minor bugfixes
- remove unnecessary -ENOMEM assignments
- return correct value when buf_check_size for second time in a buffer
- handle failures when create_workqueue and kthread_create are called
- use kzalloc instead of kmalloc/memset 0
- v9fs_str_copy and v9fs_str_compare were buggy, were used only in one
  place, correct the logic and move it to the place it is used.

Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>
Cc: Eric Van Hensbergen <ericvh@ericvh.myip.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-08 20:14:06 -08:00
..
9p.c
9p.h
conv.c
conv.h
debug.h
error.c
error.h
fid.c
fid.h
Makefile
mux.c
mux.h
trans_fd.c
trans_sock.c
transport.h
v9fs_vfs.h
v9fs.c
v9fs.h
vfs_dentry.c
vfs_dir.c
vfs_file.c
vfs_inode.c
vfs_super.c