mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
NFSv4.1/pnfs: Add a tracepoint for return-on-close events
Allow tracing of return-on-close. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
This commit is contained in:
parent
aaae3f00d3
commit
6a463beb9a
@ -1136,6 +1136,7 @@ TRACE_EVENT(nfs4_layoutget,
|
|||||||
|
|
||||||
DEFINE_NFS4_INODE_EVENT(nfs4_layoutcommit);
|
DEFINE_NFS4_INODE_EVENT(nfs4_layoutcommit);
|
||||||
DEFINE_NFS4_INODE_EVENT(nfs4_layoutreturn);
|
DEFINE_NFS4_INODE_EVENT(nfs4_layoutreturn);
|
||||||
|
DEFINE_NFS4_INODE_EVENT(nfs4_layoutreturn_on_close);
|
||||||
|
|
||||||
#endif /* CONFIG_NFS_V4_1 */
|
#endif /* CONFIG_NFS_V4_1 */
|
||||||
|
|
||||||
|
@ -1144,6 +1144,7 @@ void pnfs_roc_set_barrier(struct inode *ino, u32 barrier)
|
|||||||
if (pnfs_seqid_is_newer(barrier, lo->plh_barrier))
|
if (pnfs_seqid_is_newer(barrier, lo->plh_barrier))
|
||||||
lo->plh_barrier = barrier;
|
lo->plh_barrier = barrier;
|
||||||
spin_unlock(&ino->i_lock);
|
spin_unlock(&ino->i_lock);
|
||||||
|
trace_nfs4_layoutreturn_on_close(ino, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void pnfs_roc_get_barrier(struct inode *ino, u32 *barrier)
|
void pnfs_roc_get_barrier(struct inode *ino, u32 *barrier)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user