]> www.infradead.org Git - users/hch/misc.git/commit
nfs: fold nfs_page_async_flush into nfs_do_writepage
authorChristoph Hellwig <hch@lst.de>
Thu, 24 Apr 2025 04:28:31 +0000 (06:28 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 14 May 2025 04:51:22 +0000 (06:51 +0200)
commit7ba8b86034b6fda9570acf611f8cec11648ea022
tree7254cdfc4bb9e94220e14b0b828bea895e665685
parentaa94665adc28f3fdc3de2979ac1e98bae961d6ca
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>
fs/nfs/write.c