[sheepdog] [PATCH 1/4] sheep: get the free disk space and store it in the config file

Liu Yuan namei.unix at gmail.com
Fri Aug 3 08:06:26 CEST 2012


On 08/01/2012 10:56 AM, levin li wrote:
> +	sys->disk_space = sf.f_bfree * 4 / 1024;

use uint64_t, then we don't need divide 1024

Thanks,
Yuan



More information about the sheepdog mailing list