]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: implement extended feature masks
authorDave Chinner <dchinner@redhat.com>
Fri, 7 Jun 2013 00:25:44 +0000 (10:25 +1000)
committerBen Myers <bpm@sgi.com>
Tue, 6 Aug 2013 19:21:16 +0000 (14:21 -0500)
commit6567f1f945832ad0250dc38bb9019768bbab6355
tree10ab20d297c0a42ea0e7285df99d4fa5fdef1517
parent5565d79aedd0ca9d6e8199060bc91665933b828d
xfs: implement extended feature masks

The version 5 superblock has extended feature masks for compatible,
incompatible and read-only compatible feature sets. Implement the
masking and mount-time checking for these feature masks.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
include/xfs_sb.h
libxfs/xfs_mount.c
logprint/log_print_trans.c