commit | 2950cefac0a7d8d4de1b321874a1f31df4bc19a8 | [log] [tgz] |
---|---|---|
author | Damien Le Moal <damien.lemoal@hgst.com> | Thu Jul 14 09:05:51 2016 +0900 |
committer | Tejun Heo <tj@kernel.org> | Fri Jul 15 08:08:14 2016 -0400 |
tree | caf7ea371e038ac44062ac8d210ca400160f7add | |
parent | ee194b75318df718827677d150ebdc31086b121b [diff] |
libata-scsi: minor cleanup for ata_scsi_zbc_out_xlat The reset_all variable name is misleading as this bit is also applicable to open, close, and finish actions. So rename that variable to "all" and remove the unnecessary mask operation that's already done earlier. Signed-off-by: Damien Le Moal <damien.lemoal@hgst.com> [hch: split from the previous patch] Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Tejun Heo <tj@kernel.org>