blob: e9fb3e50a999bc936c83d3349fa58277e153ddad [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Trond Myklebustc6d01c62013-08-09 11:51:26 -04002/*
3 * Copyright (c) 2013 Trond Myklebust <Trond.Myklebust@netapp.com>
4 */
5#include <linux/nfs_fs.h>
6#include "nfs4_fs.h"
7#include "internal.h"
Trond Myklebust2f92ae32013-08-14 17:58:28 -04008#include "nfs4session.h"
9#include "callback.h"
Trond Myklebustf4848302015-12-26 18:03:07 -050010#include "pnfs.h"
Trond Myklebustc6d01c62013-08-09 11:51:26 -040011
12#define CREATE_TRACE_POINTS
13#include "nfs4trace.h"
14
Trond Myklebustcc668ab2013-08-14 15:31:28 -040015#ifdef CONFIG_NFS_V4_1
16EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_read);
17EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_write);
18EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_commit_ds);
19#endif