All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Lachlan McIlroy <lachlan@sgi.com>
Cc: xfs-dev <xfs-dev@sgi.com>, xfs-oss <xfs@oss.sgi.com>
Subject: Re: [PATCH] xfs_dm_rdwr() needs to pass a vfsmount to dentry_open()
Date: Fri, 16 May 2008 01:10:23 -0400	[thread overview]
Message-ID: <20080516051023.GA5035@infradead.org> (raw)
In-Reply-To: <482CE39F.9050404@sgi.com>

On Fri, May 16, 2008 at 11:30:07AM +1000, Lachlan McIlroy wrote:
> --- fs/xfs/xfs_mount.h_1.265	2008-05-15 13:23:49.000000000 +1000
> +++ fs/xfs/xfs_mount.h	2008-05-15 13:21:50.000000000 +1000
> @@ -337,6 +337,7 @@ typedef struct xfs_mount {
> 	spinlock_t		m_sync_lock;	/* work item list lock */
> 	int			m_sync_seq;	/* sync thread generation no. */
> 	wait_queue_head_t	m_wait_single_sync_task;
> +	struct vfsmount		*m_vfsmount;
> } xfs_mount_t;

there can be multiple vfsmounts for a single xfs_mount.  In addition to
that please don't mess up core xfs for dmapi braindamage.

      parent reply	other threads:[~2008-05-16  5:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-16  1:30 [PATCH] xfs_dm_rdwr() needs to pass a vfsmount to dentry_open() Lachlan McIlroy
2008-05-16  1:58 ` David Chinner
2008-05-16  2:14   ` Lachlan McIlroy
2008-05-16  3:51     ` David Chinner
2008-05-16  5:10 ` Christoph Hellwig [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=20080516051023.GA5035@infradead.org \
    --to=hch@infradead.org \
    --cc=lachlan@sgi.com \
    --cc=xfs-dev@sgi.com \
    --cc=xfs@oss.sgi.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.