]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: remove the extsize argument to xfs_eof_alignment
authorChristoph Hellwig <hch@lst.de>
Wed, 30 Oct 2019 19:24:58 +0000 (12:24 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sun, 3 Nov 2019 18:22:30 +0000 (10:22 -0800)
commit57c49444d7cc93167961842af94df465478b2f55
tree4d17d6912fe5944ab4718b2bff9ff592f94cd577
parent49bbf8c76156932d9cec4e95cc4471a2c757d70f
xfs: remove the extsize argument to xfs_eof_alignment

And move the code dependent on it to the one caller that cares
instead.

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