]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: add dtype support to mkfs and db
authorDave Chinner <dchinner@redhat.com>
Wed, 4 Sep 2013 22:05:53 +0000 (22:05 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 16 Sep 2013 20:16:46 +0000 (15:16 -0500)
commit3beed08eb22f56b384d2028541ccb41284ff9751
tree049a538f547dc9d21d5533bb4212fb9fcbeb001f
parent906b762f55333968321062642a0b90feac1fdffb
xfsprogs: add dtype support to mkfs and db

Now that we have an extra field in the dirent, add support into
xfs_db to be able to view it when looking at directory structures.

Add support to mkfs to create filesystems with filetype - we'll
always set it on CRC enabled filesystems so all new v5 filesystems
will have this functionality enabled.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
db/dir2.c
db/dir2.h
db/dir2sf.c
db/dir2sf.h
db/field.c
db/field.h
db/inode.c
mkfs/xfs_mkfs.c