Whamcloud - gitweb
mke2fs: prohibit file system features not supported by the HURD
authorTheodore Ts'o <tytso@mit.edu>
Sat, 22 Sep 2012 21:07:46 +0000 (17:07 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 22 Sep 2012 21:07:46 +0000 (17:07 -0400)
commit48b35e238708c08e93b8b165014dc34257a05916
treeec6104353cc6df7f820e10d69453fc4dc45e5573
parentae67aaac0efb0a2612920c8600cce4d10f58ba8f
mke2fs: prohibit file system features not supported by the HURD

There are certain file system features which can not be supported by
the HURD, since they use fields in the inode which have been claimed
by HURD-specific features (i.e., such as the author field).  We will
mask out those features so they are not enabled by accident, but if the
user tries to explicitly specify them we will issue an error message.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.c