libata: bump ->qc_active to a 64-bit type
authorJens Axboe <axboe@kernel.dk>
Fri, 11 May 2018 18:51:05 +0000 (12:51 -0600)
committerTejun Heo <tj@kernel.org>
Fri, 11 May 2018 20:10:43 +0000 (13:10 -0700)
commite3ed8939644166a7560a33c46f508584a7f1756a
treef8b52a6aeb75ec45f131373880c53d922e972f77
parent4e5b6260cc9ba84ec127f948173ff7d87581f029
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>
drivers/ata/libata-core.c
drivers/ata/sata_fsl.c
drivers/ata/sata_mv.c
drivers/ata/sata_nv.c
include/linux/libata.h