From: Jan Kara <jack@suse.cz>
To: Namhyung Kim <namhyung@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Jan Kara <jack@suse.cz>,
linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] jbd: Convert bitops to buffer fns
Date: Fri, 8 Oct 2010 17:26:04 +0200 [thread overview]
Message-ID: <20101008152604.GA20805@quack.suse.cz> (raw)
In-Reply-To: <1286535906-8215-1-git-send-email-namhyung@gmail.com>
On Fri 08-10-10 20:05:06, Namhyung Kim wrote:
> Convert set/clear_bit(BH_JWrite, ...) to set/clear_buffer_jwrite()
> for consistency.
Thanks. Merged.
Honza
>
> Signed-off-by: Namhyung Kim <namhyung@gmail.com>
> ---
> fs/jbd/commit.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/fs/jbd/commit.c b/fs/jbd/commit.c
> index 95d8c11..c842832 100644
> --- a/fs/jbd/commit.c
> +++ b/fs/jbd/commit.c
> @@ -617,7 +617,7 @@ void journal_commit_transaction(journal_t *journal)
> (this will requeue both the metadata buffer and the
> temporary IO buffer). new_bh goes on BJ_IO*/
>
> - set_bit(BH_JWrite, &jh2bh(jh)->b_state);
> + set_buffer_jwrite(jh2bh(jh));
> /*
> * akpm: journal_write_metadata_buffer() sets
> * new_bh->b_transaction to commit_transaction.
> @@ -627,7 +627,7 @@ void journal_commit_transaction(journal_t *journal)
> JBUFFER_TRACE(jh, "ph3: write metadata");
> flags = journal_write_metadata_buffer(commit_transaction,
> jh, &new_jh, blocknr);
> - set_bit(BH_JWrite, &jh2bh(new_jh)->b_state);
> + set_buffer_jwrite(jh2bh(new_jh));
> wbuf[bufs++] = jh2bh(new_jh);
>
> /* Record the new block's tag in the current descriptor
> @@ -737,7 +737,7 @@ wait_for_iobuf:
> shadowed buffer */
> jh = commit_transaction->t_shadow_list->b_tprev;
> bh = jh2bh(jh);
> - clear_bit(BH_JWrite, &bh->b_state);
> + clear_buffer_jwrite(bh);
> J_ASSERT_BH(bh, buffer_jbddirty(bh));
>
> /* The metadata is now released for reuse, but we need
> --
> 1.7.2.2
>
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR
prev parent reply other threads:[~2010-10-08 15:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-08 11:05 [PATCH] jbd: Convert bitops to buffer fns Namhyung Kim
2010-10-08 15:26 ` Jan Kara [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101008152604.GA20805@quack.suse.cz \
--to=jack@suse.cz \
--cc=akpm@linux-foundation.org \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=namhyung@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox