From: Markus Pargmann Date: Thu, 2 Apr 2015 08:11:36 +0000 (+0200) Subject: nbd: Replace kthread_create with kthread_run X-Git-Tag: omap-for-v4.2/o2_dc~108^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d06df60b9460838553d37d01049d04c43a36f396;p=pandora-kernel.git nbd: Replace kthread_create with kthread_run kthread_run includes the wake_up_process() call, so instead of kthread_create() followed by wake_up_process() we can use this macro. Signed-off-by: Markus Pargmann Acked-by: Pavel Machek Signed-off-by: Jens Axboe --- Reading git-diff-tree failed