cregit-Linux how code gets into the kernel

Release 4.10 fs/nfs/nfs4trace.c

Directory: fs/nfs
/*
 * Copyright (c) 2013 Trond Myklebust <Trond.Myklebust@netapp.com>
 */
#include <linux/nfs_fs.h>
#include "nfs4_fs.h"
#include "internal.h"
#include "nfs4session.h"
#include "callback.h"
#include "pnfs.h"


#define CREATE_TRACE_POINTS
#include "nfs4trace.h"

#ifdef CONFIG_NFS_V4_1

EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_read);

EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_write);

EXPORT_TRACEPOINT_SYMBOL_GPL(nfs4_pnfs_commit_ds);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
trond myklebusttrond myklebust45100.00%4100.00%
Total45100.00%4100.00%
Directory: fs/nfs
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.