Commit 393faffe6f0d1cd3fb84dc591c4b220cd82efbb6

Authored by Trond Myklebust
1 parent 17f26b1246

NFSv4: Deal with a sparse warning in nfs_idmap_get_key()

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Bryan Schumaker <bjschuma@netapp.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -310,7 +310,7 @@
310 310 if (ret < 0)
311 311 goto out_up;
312 312  
313   - payload = rcu_dereference(rkey->payload.data);
  313 + payload = rcu_dereference(rkey->payload.rcudata);
314 314 if (IS_ERR_OR_NULL(payload)) {
315 315 ret = PTR_ERR(payload);
316 316 goto out_up;