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.
This commit is contained in:
Robert Watson 2004-06-17 00:15:37 +00:00
parent 22ac3ead26
commit 8950572050
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130619

View File

@ -581,7 +581,6 @@ nfs_bioread(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *cred)
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);
/*