summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_bio.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-06-17 00:15:37 +0000
committerrwatson <rwatson@FreeBSD.org>2004-06-17 00:15:37 +0000
commit10cdb7ab20b0590df734ae356f84c11bd34c6ddd (patch)
tree04b6bb3c739380eb0376cb8675f60f365b09106f /sys/nfsclient/nfs_bio.c
parentf60cf9b58b8456f06fbe5d6619f1b317c6f8020e (diff)
downloadFreeBSD-src-10cdb7ab20b0590df734ae356f84c11bd34c6ddd.zip
FreeBSD-src-10cdb7ab20b0590df734ae356f84c11bd34c6ddd.tar.gz
Remove bad cookie vp kernel printf; while it does notify about an
interesting event, there's little or nothing the user can do about it.
Diffstat (limited to 'sys/nfsclient/nfs_bio.c')
-rw-r--r--sys/nfsclient/nfs_bio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_bio.c b/sys/nfsclient/nfs_bio.c
index 02fdd00..20dd033 100644
--- a/sys/nfsclient/nfs_bio.c
+++ b/sys/nfsclient/nfs_bio.c
@@ -581,7 +581,6 @@ again:
brelse(bp);
}
while (error == NFSERR_BAD_COOKIE) {
- printf("got bad cookie vp %p bp %p\n", vp, bp);
(nmp->nm_rpcops->nr_invaldir)(vp);
error = nfs_vinvalbuf(vp, 0, cred, td, 1);
/*
OpenPOWER on IntegriCloud