Whamcloud - gitweb
Remove the last of behaviour-specific checks on EXT2_OS_LINUX
authorTheodore Ts'o <tytso@mit.edu>
Tue, 7 Jun 2016 17:36:47 +0000 (13:36 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 7 Jun 2016 17:36:47 +0000 (13:36 -0400)
commitc0495d96fd1f7015e7beb3d9363cbe949d133173
treea3dc955ca87cf8a4d508172df4979d9983f07149
parent726b21b5d270419e6d8ea0f6d75be0d7455d1e2d
Remove the last of behaviour-specific checks on EXT2_OS_LINUX

If there is a feature check, we can just depend on the feature check.
If it is something that can't be checked via a feature flag, then
instead of checking for EXT2_OS_LINUX, we should instead check for
*NOT* EXT2_OS_HURD. since HURD is the special case.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/debugfs.c
e2fsck/pass1.c
lib/ext2fs/csum.c
misc/mke2fs.c