We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da58033 commit fd3b3d7Copy full SHA for fd3b3d7
fs/jbd2/commit.c
@@ -57,8 +57,8 @@ static void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate)
57
* So here, we have a buffer which has just come off the forget list. Look to
58
* see if we can strip all buffers from the backing page.
59
*
60
- * Called under lock_journal(), and possibly under journal_datalist_lock. The
61
- * caller provided us with a ref against the buffer, and we drop that here.
+ * Called under j_list_lock. The caller provided us with a ref against the
+ * buffer, and we drop that here.
62
*/
63
static void release_buffer_page(struct buffer_head *bh)
64
{
0 commit comments