]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit185cde97b95f14a6482e6e68b0a38d72f86fb295
tree71ac1e1ab79ac952b4c4c42888ecf249b8748c9c
parent9fb686b91f85f6106279ccd602ad0555eb2734b1
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