git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42edd69
)
nfs: nfs4xdr: encode_compound_hdr does not have to round up reserved bytes
author
Benny Halevy
<bhalevy@panasas.com>
Fri, 14 Aug 2009 14:19:18 +0000
(17:19 +0300)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 14 Aug 2009 17:16:00 +0000
(13:16 -0400)
This is already done by xdr_reserve_space and since encode_compound_hdr
is adding a byte count to "12" which is already word aligned, the xdr
level rounding will work just as well.
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found