You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
417 B
17 lines
417 B
/* |
|
* Copyright (c) 2013 Trond Myklebust <Trond.Myklebust@netapp.com> |
|
*/ |
|
#include <linux/nfs_fs.h> |
|
#include "nfs4_fs.h" |
|
#include "internal.h" |
|
#include "nfs4session.h" |
|
#include "callback.h" |
|
|
|
#define CREATE_TRACE_POINTS |
|
#include "nfs4trace.h" |
|
|
|
#ifdef CONFIG_NFS_V4_1 |
|
EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_read); |
|
EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_write); |
|
EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_commit_ds); |
|
#endif
|
|
|