scsi-ioctl: use clock_t <> jiffies
authorMilton Miller <miltonm@bga.com>
Mon, 17 Nov 2008 12:10:34 +0000 (13:10 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 29 Dec 2008 07:28:42 +0000 (08:28 +0100)
commit2b91bafcc0fc545e489e9537a38f487706960ea5
tree69ebe2bbfef7f95036fab184ff206208438caf43
parent70ed28b92a786f44750ab64117b03d126dd14656
scsi-ioctl: use clock_t <> jiffies

Convert the timeout ioctl scalling to use the clock_t functions
which are much more accurate with some USER_HZ vs HZ combinations.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/scsi_ioctl.c