Whamcloud - gitweb
mke2fs: complain if bigalloc and hugefiles_align_disk is incompatible
authorTheodore Ts'o <tytso@mit.edu>
Wed, 27 Aug 2014 13:27:54 +0000 (09:27 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 27 Aug 2014 13:27:54 +0000 (09:27 -0400)
commit725502de199031a379761fba338885d2c3bbfb25
treecefea7d121ab565fc499d16ffe564efb78a1b143
parent3ff57555f64eada1512cf545c46d2491ba229a1f
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>
misc/mk_hugefiles.c