commit | d3859af33f5bbbc432dedb20e85a5ae62e0fff03 | [log] [tgz] |
---|---|---|
author | Aditya Kali <adityakali@google.com> | Tue May 10 14:51:31 2011 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat May 14 23:34:48 2011 -0400 |
tree | 13a9df80c232e127d5a03845bf0f9381baa3607c | |
parent | 598d20cc3c0f71561402e13c07aaf5880b85fa37 [diff] |
mke2fs: Allow specifying reserved_ratio via mke2fs.conf This patch adds support for specifying 'reserved_ratio' (percent blocks reserved for super user, same as '-m' command line option) in mke2fs.conf. It adds profile_get_double function in profile.c that allows reading floating point values from profile files. Signed-off-by: Aditya Kali <adityakali@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>