Michael Shigorin 025e611057 mktmpdir: fixed sort key
The sort key field value has been off-by-one apparently,
"6" corresponds to "capacity" field of df -PT output
while the "available" one was meant:

Filesystem     Type  1024-blocks     Used Available Capacity Mounted on
/dev/sda9      ext4     15350768 12799972   1747980      88% /
tmpfs          tmpfs     1967204    27396   1939808       2% /tmp

1              2               3        4         5       6

This lapse has been five years old, looks like it's only
been masked by lower available space limit *and* filesystem
ordering by type so far.  It didn't hit me even now, rather
inspected the code while implementing volumes-profile-starterkit...
2015-09-07 21:01:14 +03:00
..
2012-04-02 17:16:27 +03:00
2015-09-07 21:01:14 +03:00
2013-02-11 21:29:15 +04:00
2012-08-10 00:12:46 +03:00
2012-04-09 22:21:10 +03:00
2014-01-16 15:52:12 +04:00
2015-05-31 18:08:19 +03:00