iomap: rename the flags variable in __iomap_dio_rw
authorChristoph Hellwig <hch@lst.de>
Sat, 23 Jan 2021 18:06:09 +0000 (10:06 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Sat, 23 Jan 2021 18:06:09 +0000 (10:06 -0800)
commit5724be5de88f5f6863d44c859f42f70d5cc667ed
tree71ac1e1ab79ac952b4c4c42888ecf249b8748c9c
parent19c329f6808995b142b3966301f217c831e7cf31
iomap: rename the flags variable in __iomap_dio_rw

Rename flags to iomap_flags to make the usage a little more clear.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/iomap/direct-io.c