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:
28d79ea
)
lockd: Remove unnecessary BUG_ON()s in the xdr client code
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 15 Oct 2012 21:14:38 +0000
(17:14 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sun, 4 Nov 2012 19:43:39 +0000
(14:43 -0500)
- Offset bound checks are done in the NFS client code.
- So are filehandle size checks
- The cookie length is a constant
- The utsname()->nodename is already bounded
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found