Whamcloud - gitweb
mke2fs: remove impossible tests for null usage_types
authorEric Sandeen <sandeen@redhat.com>
Fri, 16 Sep 2011 20:49:19 +0000 (15:49 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 16 Sep 2011 22:43:04 +0000 (18:43 -0400)
commit4d5cf8b166bb29f0e3280bbadca9d3a8b895acd1
tree65aa1758fce1878034100c1907b28d3bcadfb25b
parent80f4b3ae490cc86c9eb0d5bac535b48676166a08
mke2fs: remove impossible tests for null usage_types

parse_fs_type explicitly sets usage_types if it is null,
so there is no need to test for null later.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.c