commit | 8fb3845023e9f25d708c47dd50048a470884a946 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Feb 24 22:23:52 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Mar 16 08:26:58 2020 -0600 |
tree | b91b6d6174ac5502a3c4ddfcc68d17e7d92c89d6 | |
parent | 76dabe79605bebce6f34ca65c0e42e411e4ccb7b [diff] |
floppy: cleanup: expand the reply_buffer macros Several macros were used to access reply_buffer[] at discrete positions without making it obvious they were relying on this. These ones have been replaced by their offset in the reply buffer to make these accesses more obvious. Link: https://lore.kernel.org/r/20200224212352.8640-11-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>