Commit af59721c authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Linus Torvalds

[PATCH] ide-io.c: CONFIG_LBD fix

From: Andrew Morton <akpm@osdl.org>

Use sector_t for the block number.
parent 437c3b21
......@@ -589,7 +589,7 @@ EXPORT_SYMBOL(execute_drive_cmd);
ide_startstop_t start_request (ide_drive_t *drive, struct request *rq)
{
ide_startstop_t startstop;
unsigned long block;
sector_t block;
BUG_ON(!(rq->flags & REQ_STARTED));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment