floppy: add defines for sizes of cmd & reply buffers of floppy_raw_cmd
authorDenis Efremov <efremov@linux.com>
Fri, 1 May 2020 13:44:15 +0000 (16:44 +0300)
committerDenis Efremov <efremov@linux.com>
Tue, 12 May 2020 16:34:56 +0000 (19:34 +0300)
commitbd10a5f3e21b1cb8e2133c1f08b3e8207cee12dd
treec19cc34c921125cf73d6e84b299e062decedb48a
parent9c4c5a24c85585fb8904bd2872501cd8181b3854
floppy: add defines for sizes of cmd & reply buffers of floppy_raw_cmd

Use FD_RAW_CMD_SIZE, FD_RAW_REPLY_SIZE defines instead of magic numbers
for cmd & reply buffers of struct floppy_raw_cmd. Remove local to
floppy.c MAX_REPLIES define, as it is now FD_RAW_REPLY_SIZE.
FD_RAW_CMD_FULLSIZE added as we allow command to also fill reply_count
and reply fields.

Link: https://lore.kernel.org/r/20200501134416.72248-4-efremov@linux.com
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Denis Efremov <efremov@linux.com>
drivers/block/floppy.c
include/uapi/linux/fd.h