Commit 4bb218a6 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Christian Brauner

fs: unexport buffer_check_dirty_writeback

buffer_check_dirty_writeback is only used by the block device aops,
remove the export.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Message-Id: <20230608122958.276954-1-hch@lst.de>
Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent 62176420
......@@ -111,7 +111,6 @@ void buffer_check_dirty_writeback(struct folio *folio,
bh = bh->b_this_page;
} while (bh != head);
}
EXPORT_SYMBOL(buffer_check_dirty_writeback);
/*
* Block until a buffer comes unlocked. This doesn't stop it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment