]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - fs/nfs/nfstrace.c
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.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);