commit | 4e5b6260cc9ba84ec127f948173ff7d87581f029 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri May 11 12:51:04 2018 -0600 |
committer | Tejun Heo <tj@kernel.org> | Fri May 11 13:10:43 2018 -0700 |
tree | 07b766f1a1164c347ef59ca14bed3e4b4d65b410 | |
parent | 5ac40790b4708e4cb1a64ba2cb77320939bc5240 [diff] |
libata: convert core and drivers to ->hw_tag usage Anything that goes to the hardware should use ->hw_tag, anything related to internal lookup should be using ->tag. Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Tejun Heo <tj@kernel.org>