diff options
Diffstat (limited to 'fs/nfs/idmap.c')
-rw-r--r-- | fs/nfs/idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c index c2c4163d5683..65c7d91f66f7 100644 --- a/fs/nfs/idmap.c +++ b/fs/nfs/idmap.c | |||
@@ -310,7 +310,7 @@ static ssize_t nfs_idmap_get_key(const char *name, size_t namelen, | |||
310 | if (ret < 0) | 310 | if (ret < 0) |
311 | goto out_up; | 311 | goto out_up; |
312 | 312 | ||
313 | payload = rcu_dereference(rkey->payload.data); | 313 | payload = rcu_dereference(rkey->payload.rcudata); |
314 | if (IS_ERR_OR_NULL(payload)) { | 314 | if (IS_ERR_OR_NULL(payload)) { |
315 | ret = PTR_ERR(payload); | 315 | ret = PTR_ERR(payload); |
316 | goto out_up; | 316 | goto out_up; |