commit | e3ed8939644166a7560a33c46f508584a7f1756a | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri May 11 12:51:05 2018 -0600 |
committer | Tejun Heo <tj@kernel.org> | Fri May 11 13:10:43 2018 -0700 |
tree | f8b52a6aeb75ec45f131373880c53d922e972f77 | |
parent | 4e5b6260cc9ba84ec127f948173ff7d87581f029 [diff] |
libata: bump ->qc_active to a 64-bit type This is in preparation for allowing full usage of the tag space, which means that our reserved error handling command will be using an internal tag value of 32. This doesn't fit in a u32, so move to a u64. Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Tejun Heo <tj@kernel.org>