Files
linux-stable-mirror/include/linux
Tejun Heo 72fa4b742b [PATCH] libata-hp-prep: make some ata_device fields persistent
Lifetimes of some fields span over device plugging/unplugging.  This
patch moves such persistent fields to the top of ata_device and
separate them with ATA_DEVICE_CLEAR_OFFSET.  Fields above the offset
are initialized once during host initializatino while all other fields
are cleared before hotplugging.  Currently ->ap, devno and part of
flags are persistent.

Note that flags is partially cleared while holding host_set lock.
This is to synchronize with later warm plug implementation which will
record hotplug request in dev->flags.

Signed-off-by: Tejun Heo <htejun@gmail.com>
2006-05-31 18:27:32 +09:00
..
2006-03-31 12:18:48 -08:00
2006-05-01 06:10:04 -04:00
2006-03-31 12:18:54 -08:00
2006-04-02 00:08:05 -05:00
2006-04-11 06:18:35 -07:00
2006-04-27 13:08:56 -07:00
2006-04-29 18:33:15 -07:00
2006-04-11 06:18:39 -07:00
2006-05-04 06:55:12 +02:00
2006-05-01 06:09:56 -04:00
2006-04-02 00:08:05 -05:00
2006-03-31 12:18:56 -08:00