From: Andrew Morton <akpm@linux-foundation.org>
To: Bob Copeland <me@bobcopeland.com>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
snakebyte@gmx.de
Subject: Re: [PATCH 2/2] omfs: fix oops when file metadata is corrupted
Date: Fri, 15 Aug 2008 00:34:16 -0700 [thread overview]
Message-ID: <20080815003416.acc05f01.akpm@linux-foundation.org> (raw)
In-Reply-To: <1218770022-31956-2-git-send-email-me@bobcopeland.com>
On Thu, 14 Aug 2008 23:13:42 -0400 Bob Copeland <me@bobcopeland.com> wrote:
> +out_brelse:
> + brelse(bh);
btw, put_bh() is the fashionable way of dropping a buffer refcount. We
still use brelse() when the pointer might be NULL, but often it is
known to not be.
prev parent reply other threads:[~2008-08-15 7:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-15 3:13 [PATCH 2/2] omfs: fix oops when file metadata is corrupted Bob Copeland
2008-08-15 7:34 ` Andrew Morton [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=20080815003416.acc05f01.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=me@bobcopeland.com \
--cc=snakebyte@gmx.de \
/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;
as well as URLs for NNTP newsgroup(s).