]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Call klist_del() instead of klist_remove().
authormochel@digitalimplant.org <mochel@digitalimplant.org>
Fri, 25 Mar 2005 02:58:45 +0000 (18:58 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Jun 2005 22:15:19 +0000 (15:15 -0700)
commitaf2d52535968f3584ba00c40e7ff25ee8cd76e56
tree43ba929157462d22b6320a8924823a56cb292569
parent8e526585b39277a6004dee145fe3ac4bfa8453f7
[PATCH] Call klist_del() instead of klist_remove().

- Can't wait on removing the current item in the list (the positive refcount *because*
  we are using it causes it to deadlock).

Signed-off-by: Patrick Mochel <mochel@digitalimplant.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/dd.c