cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: David Teigland <teigland@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [GFS2] Put back semaphore to avoid umount problem
Date: Fri, 26 Jan 2007 09:37:50 -0600	[thread overview]
Message-ID: <20070126153750.GB18186@redhat.com> (raw)
In-Reply-To: <1169807818.11001.121.camel@quoit.chygwyn.com>

On Fri, Jan 26, 2007 at 10:36:58AM +0000, Steven Whitehouse wrote:
> Hi,
> 
> Hmm. This doesn't seem to be quite the thing:

Yep, glock_put is being called from within invalidate_inodes, so we're
recursively taking the new sem.  Here's the original comment I added
describing the problem:

/* invalidate_inodes() requires that the sb inodes list
   not change, but an async completion callback for an
   unlock can occur which does glock_put() which
   can call iput() which will change the sb inodes list.
   invalidate_inodes_mutex prevents glock_put()'s during
   an invalidate_inodes() */

So, we're trying to prevent async completions from mucking with the inodes
while we're in invalidate_inodes.  Perhaps we could take the new read sem
inside gfs2_glock_cb which still blocks async completions when we need to
but not in a code path that's called from elsewhere.



  reply	other threads:[~2007-01-26 15:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-26  9:08 [Cluster-devel] [GFS2] Put back semaphore to avoid umount problem Steven Whitehouse
2007-01-26 10:36 ` Steven Whitehouse
2007-01-26 15:37   ` David Teigland [this message]
2007-01-29 11:51     ` 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=20070126153750.GB18186@redhat.com \
    --to=teigland@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 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).