All of lore.kernel.org
 help / color / mirror / Atom feed
* [patches] nfsd-affecting part of vfs queue
@ 2009-04-21 21:43 Al Viro
  2009-04-22 21:34 ` J. Bruce Fields
  0 siblings, 1 reply; 4+ messages in thread
From: Al Viro @ 2009-04-21 21:43 UTC (permalink / raw)
  To: linux-nfs


Fix for out-order dput() vs. mntput() (in nfsd_cross_mnt()) plus
several "switch to passing struct path *" ones.  Comments would
be welcome...

Entire queue is on git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/
in "untested".


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [patches] nfsd-affecting part of vfs queue
  2009-04-21 21:43 [patches] nfsd-affecting part of vfs queue Al Viro
@ 2009-04-22 21:34 ` J. Bruce Fields
  2009-04-22 23:00   ` Al Viro
  0 siblings, 1 reply; 4+ messages in thread
From: J. Bruce Fields @ 2009-04-22 21:34 UTC (permalink / raw)
  To: Al Viro; +Cc: linux-nfs

On Tue, Apr 21, 2009 at 09:43:41PM +0000, Al Viro wrote:
> 
> Fix for out-order dput() vs. mntput() (in nfsd_cross_mnt()) plus
> several "switch to passing struct path *" ones.  Comments would
> be welcome...
> 
> Entire queue is on git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/
> in "untested".

I haven't tested them, but otherwise they look like fine.  Shall queue
them in the nfsd tree?

--b.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [patches] nfsd-affecting part of vfs queue
  2009-04-22 21:34 ` J. Bruce Fields
@ 2009-04-22 23:00   ` Al Viro
  2009-04-23  1:59     ` J. Bruce Fields
  0 siblings, 1 reply; 4+ messages in thread
From: Al Viro @ 2009-04-22 23:00 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: Al Viro, linux-nfs

On Wed, Apr 22, 2009 at 05:34:15PM -0400, J. Bruce Fields wrote:
> On Tue, Apr 21, 2009 at 09:43:41PM +0000, Al Viro wrote:
> > 
> > Fix for out-order dput() vs. mntput() (in nfsd_cross_mnt()) plus
> > several "switch to passing struct path *" ones.  Comments would
> > be welcome...
> > 
> > Entire queue is on git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/
> > in "untested".
> 
> I haven't tested them, but otherwise they look like fine.  Shall queue
> them in the nfsd tree?

Several patches later in VFS queue depend on those, so I'm definitely keeping
them in there; might make sense to duplicate in nfsd tree as well to avoid
inter-tree dependencies.  Hell knows, git will cope with that just fine,
so linux-next will be OK with that, but -mm used to have problems with such
things, IIRC.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [patches] nfsd-affecting part of vfs queue
  2009-04-22 23:00   ` Al Viro
@ 2009-04-23  1:59     ` J. Bruce Fields
  0 siblings, 0 replies; 4+ messages in thread
From: J. Bruce Fields @ 2009-04-23  1:59 UTC (permalink / raw)
  To: Al Viro; +Cc: Al Viro, linux-nfs

On Thu, Apr 23, 2009 at 12:00:39AM +0100, Al Viro wrote:
> On Wed, Apr 22, 2009 at 05:34:15PM -0400, J. Bruce Fields wrote:
> > On Tue, Apr 21, 2009 at 09:43:41PM +0000, Al Viro wrote:
> > > 
> > > Fix for out-order dput() vs. mntput() (in nfsd_cross_mnt()) plus
> > > several "switch to passing struct path *" ones.  Comments would
> > > be welcome...
> > > 
> > > Entire queue is on git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/
> > > in "untested".
> > 
> > I haven't tested them, but otherwise they look like fine.  Shall queue
> > them in the nfsd tree?
> 
> Several patches later in VFS queue depend on those, so I'm definitely keeping
> them in there; might make sense to duplicate in nfsd tree as well to avoid
> inter-tree dependencies.  Hell knows, git will cope with that just fine,
> so linux-next will be OK with that, but -mm used to have problems with such
> things, IIRC.

OK.  I'll just ignore them unless it becomes a problem.

I did boot your tree above (c65d9c93...) and run a test or two without
seeing any obvious problem.  Feel free to add an

	Acked-by: J. Bruce Fields <bfields@citi.umich.edu>

--b.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-23  1:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-21 21:43 [patches] nfsd-affecting part of vfs queue Al Viro
2009-04-22 21:34 ` J. Bruce Fields
2009-04-22 23:00   ` Al Viro
2009-04-23  1:59     ` J. Bruce Fields

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.