]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: rename the offset variable in xfs_writepage_map
authorChristoph Hellwig <hch@lst.de>
Thu, 12 Jul 2018 05:26:00 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:00 +0000 (22:26 -0700)
commit398f95d4aee2697a924c860c299271ac81e23166
tree8127bea53ef9d50737ab180ca29648e4eb5b404d
parent1917b4a2fed2faba5b5df5e37222af035e6be781
xfs: rename the offset variable in xfs_writepage_map

Calling it file_offset makes the usage more clear, especially with
a new poffset variable that will be added soon for the offset inside
the page.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_aops.c