blob: b60d5fbd7727507009dff6e15110ea20d54ed24f [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Trond Myklebustf4ce1292013-08-19 18:59:33 -04002/*
3 * Copyright (c) 2013 Trond Myklebust <Trond.Myklebust@netapp.com>
4 */
5#include <linux/nfs_fs.h>
Trond Myklebust6e0d0be2013-08-20 11:26:17 -04006#include <linux/namei.h>
Trond Myklebustf4ce1292013-08-19 18:59:33 -04007#include "internal.h"
8
9#define CREATE_TRACE_POINTS
10#include "nfstrace.h"
Trond Myklebust81b79af2015-03-25 19:09:08 -040011
12EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_fsync_enter);
13EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_fsync_exit);