All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Mason <mason@suse.com>
To: Andrea Arcangeli <andrea@suse.de>
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 12:00:45 -0400	[thread overview]
Message-ID: <309310000.995472045@tiny> (raw)
In-Reply-To: <20010718175342.B18183@athlon.random>



On Wednesday, July 18, 2001 05:53:42 PM +0200 Andrea Arcangeli
<andrea@suse.de> wrote:

> 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.

Correct, it goes cleanly on top of the direct->indirect cleanup patch that
was sent to l-k last week, and sent to linus for inclusion.  ac already has
it, so it should apply there.

-chris



      reply	other threads:[~2001-07-18 16:01 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
2001-07-18 16:00   ` Chris Mason [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=309310000.995472045@tiny \
    --to=mason@suse.com \
    --cc=andrea@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.