rpms/kernel/devel linux-2.6-nfsd4-proots.patch,1.2,1.3

Steve Dickson steved at fedoraproject.org
Wed Sep 9 22:43:52 UTC 2009


Author: steved

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23820

Modified Files:
	linux-2.6-nfsd4-proots.patch 
Log Message:
Fixed typo in the linux-2.6-nfsd4-proots.patch patch


linux-2.6-nfsd4-proots.patch:
 fs/nfsd/export.c            |   12 +++++-
 fs/nfsd/nfs4xdr.c           |   83 ++++++++++++++++++++++++++++++++++++--------
 fs/nfsd/nfsfh.c             |   32 ++++++++++++++++
 fs/nfsd/vfs.c               |   75 ++++++++++++++++++++++++++++++++++++++-
 include/linux/nfsd/export.h |    3 +
 include/linux/nfsd/nfsd.h   |    2 +
 6 files changed, 188 insertions(+), 19 deletions(-)

Index: linux-2.6-nfsd4-proots.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-nfsd4-proots.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- linux-2.6-nfsd4-proots.patch	9 Sep 2009 19:24:27 -0000	1.2
+++ linux-2.6-nfsd4-proots.patch	9 Sep 2009 22:43:52 -0000	1.3
@@ -283,7 +283,7 @@ diff -up linux-2.6.30.noarch/fs/nfsd/vfs
 +	struct path path;
 +	int err = 0;
 +
-+	if (exp->ex_flags & NFSEXP_V4ROOT) == 0)
++	if ((exp->ex_flags & NFSEXP_V4ROOT) == 0)
 +		return 0;
 +
 +	/*




More information about the fedora-extras-commits mailing list