aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorGravatar Ingo Molnar <mingo@kernel.org> 2017-08-10 12:02:26 +0200
committerGravatar Ingo Molnar <mingo@kernel.org> 2017-08-10 12:02:26 +0200
commit1ccb2f4e8e435a53bb378e8b092087f091754aa6 (patch)
treeba120509947138915e06ad39cca5f065bd99f42f /include/linux/nfs_xdr.h
parentMerge tag 'perf-core-for-mingo-4.14-20170728' of git://git.kernel.org/pub/scm... (diff)
parentperf/core: Fix time on IOC_ENABLE (diff)
downloadlinux-1ccb2f4e8e435a53bb378e8b092087f091754aa6.tar.gz
linux-1ccb2f4e8e435a53bb378e8b092087f091754aa6.tar.bz2
linux-1ccb2f4e8e435a53bb378e8b092087f091754aa6.zip
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index ca3bcc4ed4e5..62cbcb842f99 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -1235,7 +1235,7 @@ struct nfs41_state_protection {
struct nfs41_exchange_id_args {
struct nfs_client *client;
- nfs4_verifier *verifier;
+ nfs4_verifier verifier;
u32 flags;
struct nfs41_state_protection state_protect;
};