From: Stefan Richter Date: Mon, 3 Jul 2006 16:02:34 +0000 (-0400) Subject: [PATCH] ieee1394: nodemgr: do not spawn kernel_thread for sysfs rescan X-Git-Tag: v2.6.19-rc1~644^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40fd89cc54a8a67c81b5aa40b22c4f40b39e47b9;p=pandora-kernel.git [PATCH] ieee1394: nodemgr: do not spawn kernel_thread for sysfs rescan nodemgr.c::fw_set_rescan() is used to re-run the driver core over nodemgr's representation of unit directories in order to initiate protocol driver probes. It is initiated via write access to one of nodemgr's sysfs attributes. The purpose is to attach drivers to units after switching a unit's ignore_driver attribute from 1 to 0. It is not really necessary to fork a kernel_thread for this job. The call to kernel_thread() can be eliminated to avoid the deprecated API and to simplify the code a bit. Signed-off-by: Stefan Richter Signed-off-by: Ben Collins --- Reading git-diff-tree failed