All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] NFSv4: Fix a typo in NFS4_enc_link_sz
@ 2012-04-26 21:03 Trond Myklebust
  2012-04-26 21:03 ` [PATCH 2/8] NFS: Simplify nfs_fhget() Trond Myklebust
  0 siblings, 1 reply; 8+ messages in thread
From: Trond Myklebust @ 2012-04-26 21:03 UTC (permalink / raw)
  To: linux-nfs

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
---
 fs/nfs/nfs4xdr.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c
index 0d2a1e6..5edf936 100644
--- a/fs/nfs/nfs4xdr.c
+++ b/fs/nfs/nfs4xdr.c
@@ -626,9 +626,9 @@ static int nfs4_stat_to_errno(int);
 				encode_savefh_maxsz + \
 				encode_putfh_maxsz + \
 				encode_link_maxsz + \
-				decode_getattr_maxsz + \
+				encode_getattr_maxsz + \
 				encode_restorefh_maxsz + \
-				decode_getattr_maxsz)
+				encode_getattr_maxsz)
 #define NFS4_dec_link_sz	(compound_decode_hdr_maxsz + \
 				decode_sequence_maxsz + \
 				decode_putfh_maxsz + \
-- 
1.7.7.6


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

end of thread, other threads:[~2012-04-26 21:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-26 21:03 [PATCH 1/8] NFSv4: Fix a typo in NFS4_enc_link_sz Trond Myklebust
2012-04-26 21:03 ` [PATCH 2/8] NFS: Simplify nfs_fhget() Trond Myklebust
2012-04-26 21:03   ` [PATCH 3/8] NFS: Change attribute updates should set NFS_INO_REVAL_PAGECACHE Trond Myklebust
2012-04-26 21:03     ` [PATCH 4/8] NFSv2/v3: Simulate the change attribute Trond Myklebust
2012-04-26 21:03       ` [PATCH 5/8] NFS: Simplify the cache invalidation code Trond Myklebust
2012-04-26 21:03         ` [PATCH 6/8] NFSv4: Simplify the NFSv4 OPEN compound Trond Myklebust
2012-04-26 21:03           ` [PATCH 7/8] NFSv4: Simplify the NFSv4 CREATE compound Trond Myklebust
2012-04-26 21:03             ` [PATCH 8/8] NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compounds Trond Myklebust

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.