Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg...
[deliverable/linux.git] / include / linux / nfsd / debug.h
CommitLineData
1da177e4
LT
1/*
2 * linux/include/linux/nfsd/debug.h
3 *
4 * Debugging-related stuff for nfsd
5 *
6 * Copyright (C) 1995 Olaf Kirch <okir@monad.swb.de>
7 */
1da177e4
LT
8#ifndef LINUX_NFSD_DEBUG_H
9#define LINUX_NFSD_DEBUG_H
10
616d1ca5 11#include <uapi/linux/nfsd/debug.h>
1da177e4 12
1da177e4
LT
13# undef ifdebug
14# ifdef NFSD_DEBUG
15# define ifdebug(flag) if (nfsd_debug & NFSDDBG_##flag)
16# else
17# define ifdebug(flag) if (0)
18# endif
1da177e4 19#endif /* LINUX_NFSD_DEBUG_H */
This page took 1.68811 seconds and 5 git commands to generate.