From: Chuck Lever Date: Fri, 21 Jan 2011 03:05:28 +0000 (+0000) Subject: NFS: nfsacl_{encode,decode} should return signed integer X-Git-Tag: v2.6.38-rc3~1^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=731f3f482ad3b2c58a1af2d0a9a634a82803706a;p=pandora-kernel.git NFS: nfsacl_{encode,decode} should return signed integer Clean up. The nfsacl_encode() and nfsacl_decode() functions return negative errno values, and each call site verifies that the returned value is not negative. Change the synopsis of both of these functions to reflect this usage. Document the synopsis and return values. Reported-by: Trond Myklebust Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed