commit | 6706246b22358b70b49e35a988a9bbfa830619ee | [log] [tgz] |
---|---|---|
author | Geyslan G. Bem <geyslan@gmail.com> | Mon Oct 14 17:24:16 2013 -0300 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Oct 28 18:16:56 2013 -0400 |
tree | 8d05095ff8c569def963999805cde2ae27181e54 | |
parent | 54bcfa6682cfc7ee19dee0e94587f8f55a440df6 [diff] |
nfs: Use PTR_ERR_OR_ZERO in 'nfs/nfs4super.c' Use 'PTR_ERR_OR_ZERO()' rather than 'IS_ERR(...) ? PTR_ERR(...) : 0'. Signed-off-by: Geyslan G. Bem <geyslan@gmail.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>