Skip to content

Commit 4bb218a

Browse files
Christoph Hellwigbrauner
authored andcommitted
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>
1 parent 6217642 commit 4bb218a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fs/buffer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ void buffer_check_dirty_writeback(struct folio *folio,
111111
bh = bh->b_this_page;
112112
} while (bh != head);
113113
}
114-
EXPORT_SYMBOL(buffer_check_dirty_writeback);
115114

116115
/*
117116
* Block until a buffer comes unlocked. This doesn't stop it

0 commit comments

Comments
 (0)