Re: [PATCH 4/8] libata: move ata_set_mode() to libata-eh.c

2007-12-04 Thread Tejun Heo
Jeff Garzik wrote: > Tejun Heo wrote: >> Move ata_set_mode() to libata-eh.c. ata_set_mode() is surely an EH >> action and will be more tightly coupled with the rest of error >> handling. Move it to libata-eh.c. >> >> Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> > > Does this mean SET FEATURES -

Re: [PATCH 4/8] libata: move ata_set_mode() to libata-eh.c

2007-12-01 Thread Jeff Garzik
Tejun Heo wrote: Move ata_set_mode() to libata-eh.c. ata_set_mode() is surely an EH action and will be more tightly coupled with the rest of error handling. Move it to libata-eh.c. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> Does this mean SET FEATURES - XFER MODE via SG_IO will be possible

[PATCH 4/8] libata: move ata_set_mode() to libata-eh.c

2007-11-27 Thread Tejun Heo
Move ata_set_mode() to libata-eh.c. ata_set_mode() is surely an EH action and will be more tightly coupled with the rest of error handling. Move it to libata-eh.c. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> --- drivers/ata/libata-core.c | 25 - drivers/ata/libata-eh.

[PATCH 4/8] libata: move ata_set_mode() to libata-eh.c

2007-11-04 Thread Tejun Heo
Move ata_set_mode() to libata-eh.c. ata_set_mode() is surely an EH action and will be more tightly coupled with the rest of error handling. Move it to libata-eh.c. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> --- drivers/ata/libata-core.c | 25 - drivers/ata/libata-eh.

[PATCH 4/8] libata: move ata_set_mode() to libata-eh.c

2007-11-01 Thread Tejun Heo
Move ata_set_mode() to libata-eh.c. ata_set_mode() is surely an EH action and will be more tightly coupled with the rest of error handling. Move it to libata-eh.c. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> --- drivers/ata/libata-core.c | 25 - drivers/ata/libata-eh.