The fs_shared_allowed global was set to 1 and then ignored, and
in fact the feature is never actualy allowed. Remove it and
the last stragglers of the old features comment.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
#define EXTERN extern
#endif /* EXTERN */
-/*
- * possible XFS filesystem features
- *
- * inode version 2 (32-bit link counts) (6.2)
- */
-
-/*
- * filesystem feature global vars, set to 1 if the feature
- * is *allowed*, 0 otherwise. These can be set via command-line
- * options
- */
-
-EXTERN int fs_shared_allowed;
-
/*
* filesystem feature global vars, set to 1 if the feature
* is on, 0 otherwise
EXTERN int fs_aligned_inodes;
EXTERN int fs_sb_feature_bits;
EXTERN int fs_has_extflgbit;
-EXTERN int fs_shared;
/*
* inode chunk alignment, fsblocks
sb_unit = 0;
sb_width = 0;
pre_65_beta = 0;
- fs_shared_allowed = 1;
ag_stride = 0;
thread_count = 1;
report_interval = PROG_RPT_DEFAULT;