diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2011-05-06 20:02:19 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2011-05-06 20:02:19 +0000 |
commit | 0e8f2a36e9862d79bea5556019ec1878e21e4951 (patch) | |
tree | 604280adacc908830268c7fccbb230ef605274b8 /sys/nfsclient/nfs_bio.c | |
parent | 6d076a216cdef53ec2798dbb74b63a82cc036fd8 (diff) | |
download | FreeBSD-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.c | 2 |
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); |