This website requires JavaScript.
Explore
Help
Register
Sign In
renegade-project
/
linux-next
Watch
2
Star
0
Fork
0
You've already forked linux-next
mirror of
https://github.com/edk2-porting/linux-next.git
synced
2024-12-21 19:53:59 +08:00
Code
1631087ba8
linux-next
/
fs
/
nfsd
/
trace.c
5 lines
84 B
C
Raw
Normal View
History
Unescape
Escape
NFSD: Add SPDX header for fs/nfsd/trace.c Clean up. The file was contributed in 2014 by Christoph Hellwig in commit 31ef83dc0538 ("nfsd: add trace events"). Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
2020-08-28 04:09:53 +08:00
// SPDX-License-Identifier: GPL-2.0
nfsd: add trace events For now just a few simple events to trace the layout stateid lifetime, but these already were enough to find several bugs in the Linux client layout stateid handling. Signed-off-by: Christoph Hellwig <hch@lst.de>
2014-08-17 08:02:22 +08:00
#
define CREATE_TRACE_POINTS
#
include
"trace.h"
Copy Permalink