libata: bump ->qc_active to a 64-bit type
authorJens Axboe <axboe@kernel.dk>
Fri, 11 May 2018 16:20:29 +0000 (10:20 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 11 May 2018 16:20:29 +0000 (10:20 -0600)
commite4ecd42d84ca89b6ddafd8d6a430827f0599ccc8
treeb58d05c0ade1bca3d498566fadc9e88cac3fb8e1
parente693453a72ba85c28c47f5a74ae5592ed47fa4ad
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>
drivers/ata/libata-core.c
drivers/ata/sata_fsl.c
drivers/ata/sata_mv.c
drivers/ata/sata_nv.c
include/linux/libata.h