rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Copyright (c) 2013 Trond Myklebust <Trond.Myklebust@netapp.com> | ||||
4 | */ | ||||
5 | #include <linux/nfs_fs.h> | ||||
6 | #include <linux/namei.h> | ||||
7 | #include "internal.h" | ||||
8 | |||||
9 | #define CREATE_TRACE_POINTS | ||||
10 | #include "nfstrace.h" | ||||
11 | |||||
12 | EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_fsync_enter); | ||||
13 | EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_fsync_exit); |