From: Latchesar Ionkov Date: Sun, 8 Jan 2006 09:05:02 +0000 (-0800) Subject: [PATCH] v9fs: handle kthread_create failure, minor bugfixes X-Git-Tag: v2.6.16-rc1~707 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dac06b20dcc8078dab037bd70652c69c67ba672;p=pandora-kernel.git [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 Cc: Eric Van Hensbergen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed