fs: unexport buffer_check_dirty_writeback
authorChristoph Hellwig <hch@lst.de>
Thu, 8 Jun 2023 12:29:58 +0000 (14:29 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 8 Jun 2023 12:39:57 +0000 (14:39 +0200)
commit4bb218a65a43782b1e75f5510744cb44795a1105
tree3591a6dc1b589f366fefadc462e70f5475aaa8e2
parent62176420274db5b5127cd7a0083a9aeb461756ee
fs: unexport buffer_check_dirty_writeback

buffer_check_dirty_writeback is only used by the block device aops,
remove the export.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Message-Id: <20230608122958.276954-1-hch@lst.de>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/buffer.c