]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: remove unused fs_shared_allowed variable
authorEric Sandeen <sandeen@redhat.com>
Tue, 3 Apr 2018 16:13:57 +0000 (11:13 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Tue, 3 Apr 2018 16:13:57 +0000 (11:13 -0500)
commitea94cb62ab18cbc0e807b3bfa7aeab7a80e1454f
tree9771e102fcedd5db63c48cc5333ccf12b0d26898
parenta425d16af1dd6a0e486a1b7c56a197f3d8cb9284
xfs_repair: remove unused fs_shared_allowed variable

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>
repair/versions.h
repair/xfs_repair.c