From 71b69be2570eef224b36b6dfffa06e79f05a5a29 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Thu, 1 Nov 2007 16:57:25 -0400 Subject: [PATCH] --- yaml --- r: 82414 b: refs/heads/master c: 48b4ba3fdd7af319e90ade395162430934ee7b87 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/nfsd/xdr.h | 2 +- trunk/include/linux/nfsd/xdr3.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 7f4ac119cedd..c82e6d7cde1c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a628f6675861d979405f751418e924c4ec7d457d +refs/heads/master: 48b4ba3fdd7af319e90ade395162430934ee7b87 diff --git a/trunk/include/linux/nfsd/xdr.h b/trunk/include/linux/nfsd/xdr.h index 49ddf7903b92..a0132ef58f21 100644 --- a/trunk/include/linux/nfsd/xdr.h +++ b/trunk/include/linux/nfsd/xdr.h @@ -73,7 +73,7 @@ struct nfsd_symlinkargs { char * fname; unsigned int flen; char * tname; - int tlen; + unsigned int tlen; struct iattr attrs; }; diff --git a/trunk/include/linux/nfsd/xdr3.h b/trunk/include/linux/nfsd/xdr3.h index 6fdb958043f0..421eddd65a25 100644 --- a/trunk/include/linux/nfsd/xdr3.h +++ b/trunk/include/linux/nfsd/xdr3.h @@ -89,7 +89,7 @@ struct nfsd3_symlinkargs { char * fname; unsigned int flen; char * tname; - int tlen; + unsigned int tlen; struct iattr attrs; };