search for: __bdev_raw

Displaying 1 result from an estimated 1 matches for "__bdev_raw".

2013 Aug 16
0
RocketRAID cards (actually, solved)
...rted was CentOS 5.2. At any rate, I have just managed to build 1.8 of rr232x successfully, and am building filesystems on the drive as I type. I d/l the compressed tarballs from HighPoint's site. The changes to make it compile were: 1. /* if (bdev && blkdev_get(bdev, FMODE_READ, 0 __BDEV_RAW)==0) { # Above for < 2.6.28 */ if (bdev && blkdev_get(bdev, FMODE_READ)==0) { Note that the last two parms from the original call were removed. 2. /* blkdev_put(bdev __BDEV_RAW); (or, in another case, just BDEV_RAW) # above < 2.6.28 */ blkdev_put(bdev, FM...