Re: [PATCH] vfs: take i_mutex on renamed file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Mar 09, 2012 at 05:21:14PM -0500, J. Bruce Fields wrote:
> On Mon, Mar 05, 2012 at 05:43:34PM -0500, J. Bruce Fields wrote:
> > Al, do you see any reason this won't work?
> > 
> > After this, all I need to make nfsd happy is a patch to locks.c to
> > implement delegations, and then a few one-liners to add break_deleg
> > calls in the right operations.  So this is the one non-trivial change I
> > have to core vfs code.
> > 
> > All of those patches are also ready, and I'd like to merge them for 3.4.
> 
> By the way, the following is the rest of the series.
> 
> (Compared to the last posting the deleg-breaking interface is
> simplified.)

What are the chances of getting this reviewed for this merge cycle?  Is
it on somebody's list?

If it would make it any simpler: the one that I think absolutely must get wider
review, and get merged through Al's tree, is "vfs: take i_mutex on renamed
file".

There aren't actually any dependencies between that and the rest; and
the rest is mainly in nfsd/ and locks.c (changes to which have mostly
been going through my tree anyway, I think); other than that:

 fs/attr.c           |    3 ++
 fs/namei.c          |   18 +++++++++++++-

straightforward changes that tend to look like:

	+	error = break_deleg(inode, O_WRONLY);
	+	if (error)
	+		return error;

 include/linux/fs.h  |   19 +++++++++++++--

and some definitions.

--b.
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux