OSDN Git Service

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)
commit6a4c95013608120b2d88be67c6871cb6b86aa5d6
tree8127bea53ef9d50737ab180ca29648e4eb5b404d
parent5c665e5b5af6b8ad3e38ee73cb495ec695bcf589
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