From: J. Bruce Fields Date: Tue, 30 May 2006 20:28:58 +0000 (-0400) Subject: NFSv4: remove obviously bogus comparison from decode_getacl X-Git-Tag: v2.6.18-rc1~861^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c04871e6345e4c6dfda564e302d7fd8c66420fd5;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed