Add kernel-doc for mmb_mark_buffer_dirty(). Signed-off-by: Matthew Wilcox (Oracle) --- fs/buffer.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fs/buffer.c b/fs/buffer.c index daf851ea9824..96bccff5688c 100644 --- a/fs/buffer.c +++ b/fs/buffer.c @@ -618,6 +618,14 @@ void write_boundary_block(struct block_device *bdev, } } +/** + * mmb_mark_buffer_dirty - Mark a metadata buffer dirty. + * @bh: The buffer to mark dirty. + * @mmb: The list of buffers to add the buffer to. + * + * Mark the buffer dirty and add it to the list if it is not already on + * a list. + */ void mmb_mark_buffer_dirty(struct buffer_head *bh, struct mapping_metadata_bhs *mmb) { -- 2.47.3