parse_size(): add new suffixes
authorGoffredo Baroncelli <kreijack@gmail.com>
Mon, 29 Oct 2012 17:53:19 +0000 (18:53 +0100)
committerDavid Sterba <dsterba@suse.cz>
Thu, 17 Jan 2013 17:27:54 +0000 (18:27 +0100)
commit9495b4d228cb11773ba223228e6ea11f486b28e1
tree5728d5400709592919031ecce684a1b5b749a0a2
parent631886760203135f6cedb861466604e428217c71
parse_size(): add new suffixes

Add new suffixes in parse_size() function. New suffixes are: T as
terabyte, P as petabyte, E as exabyte. Note these units are
multiply of 2 .

Signed-off-by: Goffredo Baroncelli <kreijack@inwind.it>
utils.c