commit | 76dabe79605bebce6f34ca65c0e42e411e4ccb7b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Feb 24 22:23:51 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Mar 16 08:26:57 2020 -0600 |
tree | fd7356094acaf86264bfde1a697f9cb302bf941e | |
parent | 2a3487527950a4a84917a9e309ed4c76cb78489a [diff] |
floppy: cleanup: expand the R/W / format command macros Various macros were used to access raw_cmd for R/W or format commands without making it obvious that raw_cmd->cmd[] was used. Let's expand the macros to make this more obvious. Link: https://lore.kernel.org/r/20200224212352.8640-10-w@1wt.eu Signed-off-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Denis Efremov <efremov@linux.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>