commit | 725502de199031a379761fba338885d2c3bbfb25 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Aug 27 09:27:54 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Aug 27 09:27:54 2014 -0400 |
tree | cefea7d121ab565fc499d16ffe564efb78a1b143 | |
parent | 3ff57555f64eada1512cf545c46d2491ba229a1f [diff] |
mke2fs: complain if bigalloc and hugefiles_align_disk is incompatible If the starting partition offset is incompatible with the bigalloc cluster size, complain and exit, instead of creating a file which would have a logical to physical block mapping which breaks the cluster alignment requirement. Signed-off-by: Theodore Ts'o <tytso@mit.edu>