Actions
Bug #1342
closedBogus assert in bd_xfer_alloc
Start date:
2011-08-04
Due date:
% Done:
50%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
common/io/blkdev/blkdev.c
559
560 ASSERT(bp);
561 ASSERT(bp->b_bcount);
562
The second assert is bogus, as flush requests don't have any data blocks.
Updated by Alexey Zaytsev about 11 years ago
- Status changed from New to Resolved
Actions