]> git.baikalelectronics.ru Git - kernel.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)
commit099be9e266b043180cb22d8993d41075d6d213f8
tree4d17d6912fe5944ab4718b2bff9ff592f94cd577
parente54414d91492792a1577efef12dc1339e884e61d
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