]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r240289
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 4 Oct 2012 21:55:37 +0000 (21:55 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 4 Oct 2012 21:55:37 +0000 (21:55 +0000)
commitd9f8572db6bde1e21d90bfbf182c2c372e6727d7
tree4dea87c4b4aab11b1b38dcfdf336f5e0dc90a34d
parentfc0d324ad7ea3dc1f326a18807d90ec58d901e6f
MFC: r240289
Add a simple printf() based debug facility to the new nfs client.
Use it for a printf() that can be harmlessly generated for mmap()'d
files. It will be used extensively for the NFSv4.1 client.
Debugging printf()s are enabled by setting vfs.nfs.debuglevel to
a non-zero value. The higher the value, the more debugging printf()s.

git-svn-id: svn://svn.freebsd.org/base/stable/8@241201 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfs/nfs_commonport.c
sys/fs/nfs/nfscl.h
sys/fs/nfsclient/nfs_clrpcops.c