[libata] SCSI: improve FORMAT UNIT; minor code cleanups
authorJeff Garzik <jeff@garzik.org>
Fri, 21 Sep 2007 11:26:08 +0000 (07:26 -0400)
committerJeff Garzik <jeff@garzik.org>
Fri, 12 Oct 2007 18:55:40 +0000 (14:55 -0400)
commit00bd02027fc4a5cf92a3e538896b3642b40515df
treee5e2a72a467577a5a65be5886f96039c2f62a8af
parent453941455218a81eedcea5dbafa38b8815920a8c
[libata] SCSI: improve FORMAT UNIT; minor code cleanups

* SAT specifies that FORMAT UNIT should be translated into a series
  of READ and WRITE commands that zero the ATA device.  That is far too
  cumbersome to bother with.

  Since we don't actually format the device, the old behavior of
  always returning success was inaccurate.  Change FORMAT UNIT from
  returning success immediately (old behavior) to always returning
  an error (new behavior).

* Add some comments around SYNCHRONIZE CACHE

* Shuffle scsi command code around a bit, so that things are close
  to alphabetic order.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libata-scsi.c