]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fs: Wrong function name in comment
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 8 Jan 2024 17:20:40 +0000 (18:20 +0100)
committerChristian Brauner <brauner@kernel.org>
Mon, 22 Jan 2024 14:33:36 +0000 (15:33 +0100)
commit73f65b8b0325551110dedf8d27ac738bdc331802
tree43983a6a44cf23858f074dffd25d602e36e138ab
parentfe12cfc17429a4ddfdf9e71711bd125b8854ed7d
fs: Wrong function name in comment

This comment refers to function mark_buffer_inode_dirty(), but the
function is actually called mark_buffer_dirty_inode(), so fix the
comment.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Link: https://lore.kernel.org/r/20240108172040.178173-1-agruenba@redhat.com
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/buffer.c