Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-block.git] / fs / nfs / nfstrace.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
f4ce1299
TM
2/*
3 * Copyright (c) 2013 Trond Myklebust <Trond.Myklebust@netapp.com>
4 */
5#include <linux/nfs_fs.h>
6e0d0be7 6#include <linux/namei.h>
f4ce1299
TM
7#include "internal.h"
8
9#define CREATE_TRACE_POINTS
10#include "nfstrace.h"
81b79afb
TM
11
12EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_fsync_enter);
13EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_fsync_exit);
f23f6584 14EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_xdr_status);