Commit 73f65b8b authored by Andreas Gruenbacher's avatar Andreas Gruenbacher Committed by Christian Brauner

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: default avatarAndreas Gruenbacher <agruenba@redhat.com>
Link: https://lore.kernel.org/r/20240108172040.178173-1-agruenba@redhat.comReviewed-by: default avatarMatthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent fe12cfc1
...@@ -464,7 +464,7 @@ EXPORT_SYMBOL(mark_buffer_async_write); ...@@ -464,7 +464,7 @@ EXPORT_SYMBOL(mark_buffer_async_write);
* a successful fsync(). For example, ext2 indirect blocks need to be * a successful fsync(). For example, ext2 indirect blocks need to be
* written back and waited upon before fsync() returns. * written back and waited upon before fsync() returns.
* *
* The functions mark_buffer_inode_dirty(), fsync_inode_buffers(), * The functions mark_buffer_dirty_inode(), fsync_inode_buffers(),
* inode_has_buffers() and invalidate_inode_buffers() are provided for the * inode_has_buffers() and invalidate_inode_buffers() are provided for the
* management of a list of dependent buffers at ->i_mapping->i_private_list. * management of a list of dependent buffers at ->i_mapping->i_private_list.
* *
......
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