trace: Relocate event helper files
[ Upstream commit 247c01ff5f8d66e62a404c91733be52fecb8b7f6 ]
Steven Rostedt says:
> The include/trace/events/ directory should only hold files that
> are to create events, not headers that hold helper functions.
>
> Can you please move them out of include/trace/events/ as that
> directory is "special" in the creation of events.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Acked-by: Leon Romanovsky <leonro@nvidia.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Acked-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Stable-dep-of: 638593be55c0 ("NFSD: add CB_RECALL_ANY tracepoints")
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0920deeec6
commit
371e1c1b32
12 changed files with 19 additions and 12 deletions
|
|
@ -9,10 +9,10 @@
|
|||
#define _TRACE_NFS4_H
|
||||
|
||||
#include <linux/tracepoint.h>
|
||||
#include <trace/events/sunrpc_base.h>
|
||||
#include <trace/misc/sunrpc.h>
|
||||
|
||||
#include <trace/events/fs.h>
|
||||
#include <trace/events/nfs.h>
|
||||
#include <trace/misc/fs.h>
|
||||
#include <trace/misc/nfs.h>
|
||||
|
||||
#define show_nfs_fattr_flags(valid) \
|
||||
__print_flags((unsigned long)valid, "|", \
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@
|
|||
#include <linux/tracepoint.h>
|
||||
#include <linux/iversion.h>
|
||||
|
||||
#include <trace/events/fs.h>
|
||||
#include <trace/events/nfs.h>
|
||||
#include <trace/events/sunrpc_base.h>
|
||||
#include <trace/misc/fs.h>
|
||||
#include <trace/misc/nfs.h>
|
||||
#include <trace/misc/sunrpc.h>
|
||||
|
||||
#define nfs_show_cache_validity(v) \
|
||||
__print_flags(v, "|", \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue