mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-15 04:06:18 +00:00
11 lines
283 B
C
11 lines
283 B
C
![]() |
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Copyright (c) 2024 Trond Myklebust <trond.myklebust@hammerspace.com>
|
||
|
* Copyright (C) 2024 Mike Snitzer <snitzer@hammerspace.com>
|
||
|
*/
|
||
|
#include <linux/nfs_fs.h>
|
||
|
#include <linux/namei.h>
|
||
|
|
||
|
#define CREATE_TRACE_POINTS
|
||
|
#include "localio_trace.h"
|