From c4b20bcd594d0226cb437b25472f2ece59466d36 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Tue, 13 Mar 2012 22:25:06 -0400 Subject: [PATCH] --- yaml --- r: 296574 b: refs/heads/master c: 5bebccf90127859085f6a020f08ff7f648e285a0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/jbd2/transaction.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index fc3e4c0cfd76..a526ebdff11f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 96c866782b5e0cbdcd8e4d921d0a893278430830 +refs/heads/master: 5bebccf90127859085f6a020f08ff7f648e285a0 diff --git a/trunk/fs/jbd2/transaction.c b/trunk/fs/jbd2/transaction.c index d0a8b017b281..3eb326a54bf1 100644 --- a/trunk/fs/jbd2/transaction.c +++ b/trunk/fs/jbd2/transaction.c @@ -1579,9 +1579,9 @@ __blist_del_buffer(struct journal_head **list, struct journal_head *jh) * of these pointers, it could go bad. Generally the caller needs to re-read * the pointer from the transaction_t. * - * Called under j_list_lock. The journal may not be locked. + * Called under j_list_lock. */ -void __jbd2_journal_temp_unlink_buffer(struct journal_head *jh) +static void __jbd2_journal_temp_unlink_buffer(struct journal_head *jh) { struct journal_head **list = NULL; transaction_t *transaction;