]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprog: add mkfs.xfs sb v4 support for dirent filetype field
authorMark Tinguely <tinguely@sgi.com>
Thu, 17 Oct 2013 15:28:08 +0000 (15:28 +0000)
committerRich Johnston <rjohnston@sgi.com>
Wed, 23 Oct 2013 23:04:35 +0000 (18:04 -0500)
commit4eb02d95b7e081b510a7015609f01385aab229a9
treed2ffd66e3d5be8ccfff7bc82cbfe7df9bc025d28
parent42737f1ad16213a3dab1756c9fffb494db8ef27e
xfsprog: add mkfs.xfs sb v4 support for dirent filetype field

Add directory inode type feature to mkfs.xfs and its manual page.

In sb v4, "mkfs.xfs -n ftype=1" turns on the feature.

The feature is automatically turned on for "-m crc=1", but reject
the use of the "-n ftype=0|1" with the "-m crc=1" option.

Signed-off-by: Mark Tinguely <tinguely@sgi.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
man/man8/mkfs.xfs.8
mkfs/xfs_mkfs.c
mkfs/xfs_mkfs.h