summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_bio.c
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2011-05-06 20:02:19 +0000
committerrmacklem <rmacklem@FreeBSD.org>2011-05-06 20:02:19 +0000
commit0e8f2a36e9862d79bea5556019ec1878e21e4951 (patch)
tree604280adacc908830268c7fccbb230ef605274b8 /sys/nfsclient/nfs_bio.c
parent6d076a216cdef53ec2798dbb74b63a82cc036fd8 (diff)
downloadFreeBSD-src-0e8f2a36e9862d79bea5556019ec1878e21e4951.zip
FreeBSD-src-0e8f2a36e9862d79bea5556019ec1878e21e4951.tar.gz
Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h so
it can be used by the new NFS client as well as the old one.
Diffstat (limited to 'sys/nfsclient/nfs_bio.c')
-rw-r--r--sys/nfsclient/nfs_bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_bio.c b/sys/nfsclient/nfs_bio.c
index 047df94..9a777c8 100644
--- a/sys/nfsclient/nfs_bio.c
+++ b/sys/nfsclient/nfs_bio.c
@@ -59,7 +59,7 @@ __FBSDID("$FreeBSD$");
#include <nfsclient/nfs.h>
#include <nfsclient/nfsmount.h>
#include <nfsclient/nfsnode.h>
-#include <nfsclient/nfs_kdtrace.h>
+#include <nfs/nfs_kdtrace.h>
static struct buf *nfs_getcacheblk(struct vnode *vp, daddr_t bn, int size,
struct thread *td);
OpenPOWER on IntegriCloud