diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-07-22 13:02:09 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-07-22 13:02:09 +0000 |
commit | c2ef7ca37d2b2d3339dfbb3dd0fac584f55cea31 (patch) | |
tree | 8f4a39a62591a60812e438753ae3f125b64afc2e | |
parent | bcac8cf5689b9c2a1333b450a738804f9909613d (diff) |
remove a comment thats part lie and part stating the obvious.
ok blambert@
-rw-r--r-- | sys/nfs/nfs_bio.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c index 80748a74a3e..e5e57617525 100644 --- a/sys/nfs/nfs_bio.c +++ b/sys/nfs/nfs_bio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_bio.c,v 1.60 2009/07/20 16:49:40 thib Exp $ */ +/* $OpenBSD: nfs_bio.c,v 1.61 2009/07/22 13:02:08 thib Exp $ */ /* $NetBSD: nfs_bio.c,v 1.25.4.2 1996/07/08 20:47:04 jtc Exp $ */ /* @@ -420,9 +420,6 @@ again: } else bp->b_flags &= ~B_NEEDCOMMIT; - /* - * If the lease is non-cachable or IO_SYNC do bwrite(). - */ if (ioflag & IO_SYNC) { bp->b_proc = p; error = VOP_BWRITE(bp); |