Whamcloud - gitweb
mke2fs: ea_inode is not supported for hurd
authorTahsin Erdogan <tahsin@google.com>
Wed, 5 Jul 2017 03:53:59 +0000 (23:53 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 5 Jul 2017 03:53:59 +0000 (23:53 -0400)
commitcfc8fae36b81466e827a8bd16a1185b3dac80062
tree55c89305fdf4cd2ed8d3b749c7fe1d514ef90862
parentaca77cad36c74c9a06f1b1d380e3b105795dc569
mke2fs: ea_inode is not supported for hurd

Extended attribute inodes store their refcount in inode.l_i_version
field which is not available for Hurd. Fail mke2fs for this
combination.

Signed-off-by: Tahsin Erdogan <tahsin@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.c