aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_bio.c
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2011-05-06 20:02:19 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2011-05-06 20:02:19 +0000
commitf9de8782aa9892cf25df17ceb047770de1ad0a4e (patch)
tree604280adacc908830268c7fccbb230ef605274b8 /sys/nfsclient/nfs_bio.c
parent10ccc5e3898542484bb0e364ed3fee31b0c22075 (diff)
downloadsrc-f9de8782aa9892cf25df17ceb047770de1ad0a4e.tar.gz
src-f9de8782aa9892cf25df17ceb047770de1ad0a4e.zip
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.
Notes
Notes: svn path=/head/; revision=221543
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 047df94c431f..9a777c877fc3 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);