diff options
author | Tejun Heo <htejun@gmail.com> | 2006-07-03 03:02:15 +0900 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-07-05 22:05:34 -0400 |
commit | e30349d27e093f32ef517b5416d9dce1998d4676 (patch) | |
tree | 4979a58ac85db319abfc295aa8c4534f65ecc676 /arch/frv/mb93090-mb00 | |
parent | 0662c58b3265f52f708a6d59476bc7862b01f9c0 (diff) |
[PATCH] libata: replace ap_lock w/ ap->lock in ata_scsi_error()
ap_lock was used because &ap->host_set->lock was too long and used a
lot. Now that &ap->host_set->lock is replaced with ap->lock, there's
no reason to keep ap_lock.
[ed. note: that's not entirely true. ap_lock is a local variable,
caching the results of a de-ref. In theory, if the compiler is smart
enough, this patch is cosmetic. However, since this is not a fast
path (it is the error path), this patch is nonetheless acceptable,
even though it _may_ introduce a performance regression.]
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'arch/frv/mb93090-mb00')
0 files changed, 0 insertions, 0 deletions