| 746 | #if 0 |
| 747 | |
| 748 | struct buffer_head * |
| 749 | get_block_bh( |
| 750 | struct block_device * bdev, |
| 751 | sector_t block, |
| 752 | unsigned long size, |
| 753 | int zero |
| 754 | ) |
| 755 | { |
| 756 | return get_block_bh_mdl(bdev, block, size, zero); |
| 757 | } |
| 758 | |
| 759 | int submit_bh(int rw, struct buffer_head *bh) |
| 760 | { |
no test coverage detected