[PATCH] Size parse should use strtoll()
authorJens Axboe <jens.axboe@oracle.com>
Sat, 10 Feb 2007 18:01:07 +0000 (19:01 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 10 Feb 2007 18:01:07 +0000 (19:01 +0100)
commit675de85a183099071a56b9b2ecd196569f10236a
tree87baa85cb5789fa6179fc7cdb7cabbfa53cc6d77
parentf4ee22ca72da53e0e891693d16358296b703a684
[PATCH] Size parse should use strtoll()

It's a 64-bit quantity, found out when the size= option quit too early
for large non-postfixed values.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
parse.c