Messages in this thread |  | | Date | Sun, 02 Dec 2001 00:52:53 +0200 | From | Bongani Hlope <> | Subject | Compilation error on 2.5.1-pre4 |
| |
I haven't seen any report of this on the list yet, there is an error on linux/drivers/ide/ataraid.c line number 104 static int ataraid_make_request (request_queue_t *q, int rw, struct buffer_head * bh) { int minor; int retval; minor = MINOR(bh->b_rdev)>>SHIFT; ^^^^ struct buffer_head in linux/include/linux/fs.h does not have member b_rdev anymore. Its late and I'm a bit _lazy_ know. I will look at the code tomorrow.
-Bongani
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |