diff options
Diffstat (limited to 'usr/src/uts/common/os/bio.c')
| -rw-r--r-- | usr/src/uts/common/os/bio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/bio.c b/usr/src/uts/common/os/bio.c index abaaef1b4a..daf3b638a6 100644 --- a/usr/src/uts/common/os/bio.c +++ b/usr/src/uts/common/os/bio.c @@ -1488,7 +1488,6 @@ bio_getfreeblk(long bsize) */ bio_mem_get(bsize); /* Account for our memory request */ -again: bp = bio_bhdr_alloc(); /* Get a buf hdr */ sema_p(&bp->b_sem); /* Should never fail */ |
