Whamcloud - gitweb
mke2fs: fix determination of size_type
authorNamhyung Kim <namhyung@gmail.com>
Mon, 29 Nov 2010 08:55:13 +0000 (17:55 +0900)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 21 Dec 2010 23:44:56 +0000 (18:44 -0500)
commit22d8ce512ffcdb9d6a16e1d34f65aa37ce1ab3d3
tree1597b23f79787267a456b6b575ea8bf97ab80b0c
parent9a2767ffed4e3eca1834c4134885a1f51d1a2ca5
mke2fs: fix determination of size_type

In original code, 'huge' type could not be selected because it
always be caught for 'big' type. Change the ordering.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.c