]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nfs: fold nfs_page_async_flush into nfs_do_writepage
authorChristoph Hellwig <hch@lst.de>
Wed, 7 May 2025 04:48:51 +0000 (06:48 +0200)
committerAnna Schumaker <anna.schumaker@oracle.com>
Wed, 28 May 2025 21:17:13 +0000 (17:17 -0400)
commitb6354e60dd01d700a99d1f8c2f20d8ed530b0f45
tree9cf8fdeff46764df3b9f6cd9c5ddc1703de39040
parent3a3065352f73381d3a1aa0ccab44aec3a5a9b365
nfs: fold nfs_page_async_flush into nfs_do_writepage

Fold nfs_page_async_flush into its only caller to clean up the code a
bit.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
fs/nfs/write.c