From: Wendy Cheng <wcheng@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 4 of 5] Bz #248176: GFS2: invalid metadata block - REVISED
Date: Thu, 09 Aug 2007 14:21:31 -0400 [thread overview]
Message-ID: <46BB5B2B.2040405@redhat.com> (raw)
In-Reply-To: <1186673842.25269.81.camel@technetium.msp.redhat.com>
Bob Peterson wrote:
> On Thu, 2007-08-09 at 09:46 -0400, Wendy Cheng wrote:
>
>> Set aside "after this patch, the problem goes away" thing ...
>>
>> I haven't checked previous three patches yet so I may not have the
>> overall picture ... but why adding the journal flush spin lock here
>> could prevent the new inode to get re-used before its associated buffer
>> are flushed to the logs ? Could you elaborate more ?
>>
>>
>>> + down_write(&sdp->sd_log_flush_lock);
>>> block = rgblk_search(rgd, goal, GFS2_BLKST_UNLINKED,
>>> GFS2_BLKST_UNLINKED);
>>> + up_write(&sdp->sd_log_flush_lock);
>>>
>
> IIRC, if we don't protect rgblk_search from finding GFS2_BLKST_UNLINKED
> blocks, a "deleted" inode may be returned to function
> gfs2_inplace_reserve_i which will do an iput on the inode,
> which may reference buffers that are being flushed to disk.
> If almost all blocks in that bitmap are allocated, I think the
> deleted block may sometimes be reused and the buffer
> associated with the reused block may be changed before it's
> actually written out to disk.
>
Log flushing is an asynchronous event. I still don't see how this can
*protect* the condition you just described (i.e., prevents the block
being assigned to someone else before log flush occurs). Or do I
understand your statement right (i.e., the log flushing must occur
before the block is used by someone else) ? It may *reduce* the
possibility (if log flushing happens at the same time as this
assignment) but I don't see how it can *stop* the condition.
You may "reduce" the (rare) possibility but the real issue is still
hanging there ? If this is true, then I don't agree we have to pay the
price of moving a journal flushing lock into resource handling code.
-- Wendy
next prev parent reply other threads:[~2007-08-09 18:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-08 21:52 [Cluster-devel] [PATCH 4 of 5] Bz #248176: GFS2: invalid metadata block - REVISED Bob Peterson
2007-08-09 13:46 ` Wendy Cheng
2007-08-09 13:51 ` Wendy Cheng
2007-08-09 15:37 ` Bob Peterson
2007-08-09 18:21 ` Wendy Cheng [this message]
2007-08-10 8:26 ` Steven Whitehouse
2007-08-10 13:12 ` Wendy Cheng
2007-08-10 13:04 ` Steven Whitehouse
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=46BB5B2B.2040405@redhat.com \
--to=wcheng@redhat.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.