commit | c2c7d84fd173aff121ffd45cf15277eff43348d3 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.com> | Thu Dec 20 10:29:55 2018 +1100 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Wed Jan 02 12:05:19 2019 -0500 |
tree | ee0a8951d57bcdcb47b6ac064b0fe2c1e9169e9a | |
parent | 07e10308ee5da8e6132e0b737ece1c99dd651fb6 [diff] |
NFS: remove unnecessary test for IS_ERR(cred) As gte_current_cred() cannot return an error, this test is not necessary. It hasn't been necessary for years, but it wasn't so obvious before. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>