[PATCH 21/48] xfs: implement extended feature masks
Ben Myers
bpm at sgi.com
Thu Jul 25 17:08:14 CDT 2013
On Fri, Jun 07, 2013 at 10:25:44AM +1000, Dave Chinner wrote:
> From: Dave Chinner <dchinner at redhat.com>
>
> 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 at redhat.com>
corresponds to commit e721f504cf46a
> @@ -214,12 +242,6 @@ xfs_mount_validate_sb(
> return XFS_ERROR(ENOSYS);
> }
>
> -
> - if (check_inprogress && sbp->sb_inprogress) {
> - xfs_warn(mp, "Offline file system operation in progress!");
> - return XFS_ERROR(EFSCORRUPTED);
> - }
> -
Why did this need to be removed?
Other than that this looks fine.
Reviewed-by: Ben Myers <bpm at sgi.com>
More information about the xfs
mailing list