From: Trond Myklebust Date: Mon, 15 Oct 2012 15:51:21 +0000 (-0400) Subject: NFS: Remove asserts from the NFS XDR code X-Git-Tag: v3.8-rc1~72^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fc388460e8479c5b3120cb2fcf0e0daec70b93f;p=pandora-kernel.git NFS: Remove asserts from the NFS XDR code Convert the ones that are not trivial to check into WARN_ON_ONCE(). Remove checks for things such as NFS2_MAXPATHLEN, which are trivially done by the caller. Add a comment to the case of nfs3_xdr_enc_setacl3args. What is being done there is just wrong... Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed