]> 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)
commit11ab89bd6f4e6b3778ef1dd7650d25d4bde6d434
tree8127bea53ef9d50737ab180ca29648e4eb5b404d
parent091c8f83e81b0746fbb5cd04da3a613fb050fee7
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