Home
last modified time | relevance | path

Searched hist:ac0ece9174aca9aa895ce0accc54f1f8ff12d117 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dscsi_sysfs.cdiff ac0ece9174aca9aa895ce0accc54f1f8ff12d117 Mon Feb 03 13:03:03 CST 2014 Tejun Heo <tj@kernel.org> scsi: use device_remove_file_self() instead of device_schedule_callback()

driver-core now supports synchrnous self-deletion of attributes and
the asynchrnous removal mechanism is scheduled for removal. Use it
instead of device_schedule_callback(). This makes "delete" behave
synchronously.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: "James E.J. Bottomley" <JBottomley@parallels.com>
Cc: linux-scsi@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>