public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrea Arcangeli <andrea@suse.de>
To: Chris Mason <mason@suse.com>
Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org,
	reiserfs-dev@namesys.com
Subject: Re: [PATCH] reiserfs b_count usage
Date: Wed, 18 Jul 2001 17:53:42 +0200	[thread overview]
Message-ID: <20010718175342.B18183@athlon.random> (raw)
In-Reply-To: <203060000.995466320@tiny>
In-Reply-To: <203060000.995466320@tiny>; from mason@suse.com on Wed, Jul 18, 2001 at 10:25:20AM -0400

On Wed, Jul 18, 2001 at 10:25:20AM -0400, Chris Mason wrote:
> @@ -2597,7 +2599,7 @@
>  
>    if (bh) {
>      reiserfs_clean_and_file_buffer(bh) ;
> -    atomic_dec(&(bh->b_count)) ; /* get_hash incs this */
> +    put_bh(bh) ; /* get_hash grabs the buffer */
>      if (atomic_read(&(bh->b_count)) < 0) {
>        printk("journal-2165: bh->b_count < 0\n") ;
>      }

in mainline you aren't calling reiserfs_clean_and_file_buffer above, so
it rejects.

Andrea

  reply	other threads:[~2001-07-18 15:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-18 14:25 [PATCH] reiserfs b_count usage Chris Mason
2001-07-18 15:53 ` Andrea Arcangeli [this message]
2001-07-18 16:00   ` Chris Mason

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=20010718175342.B18183@athlon.random \
    --to=andrea@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mason@suse.com \
    --cc=reiserfs-dev@namesys.com \
    --cc=torvalds@transmeta.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