From: Chuck Lever Date: Tue, 14 Dec 2010 14:55:00 +0000 (+0000) Subject: NFS: Use the "nfs_stat" enum for nfs_stat_to_errno()'s argument X-Git-Tag: v2.6.38-rc1~407^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=858284932462cec260f3d1d7426aeb03f5dbc2ad;p=pandora-kernel.git NFS: Use the "nfs_stat" enum for nfs_stat_to_errno()'s argument Clean up. To distinguish more clearly between the on-the-wire NFSERR_ value and our local errno values, use the proper type for the argument of nfs_stat_to_errno(). Add a documenting comment appropriate for a global function shared outside this source file. Signed-off-by: Chuck Lever Tested-by: J. Bruce Fields Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed