commit | 856dff3d3875bdc8b88e4a65779873af76776a69 | [log] [tgz] |
---|---|---|
author | Benny Halevy <bhalevy@panasas.com> | Mon Mar 31 17:39:06 2008 +0300 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Apr 19 16:54:47 2008 -0400 |
tree | 03f10cfa3319df59987fa20b1e96902d96fdb4ee | |
parent | d11d10cc05c94a32632d6928d15a1034200dd9a5 [diff] |
nfs: return negative error value from nfs{,4}_stat_to_errno All use sites for nfs{,4}_stat_to_errno negate their return value. It's more efficient to return a negative error from the stat_to_errno convertors rather than negating its return value everywhere. This also produces slightly smaller code. Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>