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>
This commit is contained in:
parent
6217642027
commit
4bb218a65a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user