diff options
author | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2017-01-11 13:37:06 -0500 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2017-01-30 13:14:50 -0500 |
commit | ad05cc0f04341216923895c05e2c364ef34f1bb4 (patch) | |
tree | 419aa21a983300f816351318104576bfdd7829cc /fs/nfs/nfs4session.h | |
parent | 3d35808b1de48e0c478668b3177fcd3360aae543 (diff) | |
download | op-kernel-dev-ad05cc0f04341216923895c05e2c364ef34f1bb4.zip op-kernel-dev-ad05cc0f04341216923895c05e2c364ef34f1bb4.tar.gz |
NFS: Make trace_nfs4_setup_sequence() available to NFS v4.0
This tracepoint displays information about the slot that was chosen for
the RPC, in addition to session information. This could be useful
information for debugging, and we can set the session id hash to 0 to
indicate that there is no session.
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs/nfs4session.h')
-rw-r--r-- | fs/nfs/nfs4session.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4session.h b/fs/nfs/nfs4session.h index f6378d9..dfae488 100644 --- a/fs/nfs/nfs4session.h +++ b/fs/nfs/nfs4session.h @@ -175,6 +175,8 @@ static inline int nfs4_has_persistent_session(const struct nfs_client *clp) return 0; } +#define nfs_session_id_hash(session) (0) + #endif /* defined(CONFIG_NFS_V4_1) */ #endif /* IS_ENABLED(CONFIG_NFS_V4) */ #endif /* __LINUX_FS_NFS_NFS4SESSION_H */ |