[kernel] r13446 - dists/etch-security/linux-2.6/debian/patches/bugfix/all

Dann Frazier dannf at alioth.debian.org
Mon Apr 20 05:22:08 UTC 2009


Author: dannf
Date: Mon Apr 20 05:22:06 2009
New Revision: 13446

Log:
typo fix

Modified:
   dists/etch-security/linux-2.6/debian/patches/bugfix/all/nfs-fix-oops-in-encode_lookup.patch

Modified: dists/etch-security/linux-2.6/debian/patches/bugfix/all/nfs-fix-oops-in-encode_lookup.patch
==============================================================================
--- dists/etch-security/linux-2.6/debian/patches/bugfix/all/nfs-fix-oops-in-encode_lookup.patch	Sun Apr 19 01:19:20 2009	(r13445)
+++ dists/etch-security/linux-2.6/debian/patches/bugfix/all/nfs-fix-oops-in-encode_lookup.patch	Mon Apr 20 05:22:06 2009	(r13446)
@@ -49,7 +49,7 @@
  	}
  
 +	if (server->namelen == 0 || server->namelen > NFS4_MAXNAMLEN)
-+		server->namelen = NFS4_MAXNAMELEN;
++		server->namelen = NFS4_MAXNAMLEN;
 +
  	sb->s_time_gran = 1;
  



More information about the Kernel-svn-changes mailing list