commit | c04871e6345e4c6dfda564e302d7fd8c66420fd5 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@fieldses.org> | Tue May 30 16:28:58 2006 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Jun 09 09:34:13 2006 -0400 |
tree | 4b2a2b0fb5f282ffd5c95f64691476c647acd29f | |
parent | 3873bc50e2271504da45799257f69222774d9550 [diff] |
NFSv4: remove obviously bogus comparison from decode_getacl We just set *acl_len to zero, and attrlen is unsigned, so this comparison is clearly bogus. I have no idea what I was thinking. Fixes a bug that caused getacl to fail over krb5p. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>