linux/drivers/block/nbd.c

Andries.Brouwer@cwi.nl
Wed, 10 Mar 1999 01:08:14 +0100 (MET)


Glancing through 2.2.3 I get the impression that the 2.2.3 patch

case BLKGETSIZE:
- return put_user(nbd_bytesizes[dev]/512, (long *) arg);
+ return put_user(nbd_bytesizes[dev] << 9, (long *) arg);

writes << where >> was meant.
This is in linux/drivers/block/nbd.c.

Andries

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/