diff options
author | Bart Van Assche <bvanassche@acm.org> | 2022-07-14 11:07:23 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-07-14 12:14:33 -0600 |
commit | 5d12ce77e1e677590de13468fe1a497388de3a9e (patch) | |
tree | 12983ef8624500e32286c56363ba480a49ad143d /fs/romfs/storage.c | |
parent | 6669797b0dd41ced457760b6e1014fdda8ce19ce (diff) | |
download | linux-5d12ce77e1e677590de13468fe1a497388de3a9e.tar.gz linux-5d12ce77e1e677590de13468fe1a497388de3a9e.tar.bz2 linux-5d12ce77e1e677590de13468fe1a497388de3a9e.zip |
fs/nfs: Use enum req_op where appropriate
Improve static type checking by using enum req_op for request operations.
Rename an 'rw' argument into 'op' since that name is typically used for
request operations. This patch does not change any functionality. Note:
REQ_OP_READ = READ = 0 and REQ_OP_WRITE = WRITE = 1.
Cc: Trond Myklebust <trond.myklebust@hammerspace.com>
Cc: Anna Schumaker <anna@kernel.org>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20220714180729.1065367-58-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/romfs/storage.c')
0 files changed, 0 insertions, 0 deletions