blob: 7decfe57abebb27e2041fbbe1cd1965d4b7589d4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// 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"
|