Merge branch 'xfs-generic-sb-counters' into for-next
[deliverable/linux.git] / fs / xfs / libxfs / xfs_sb.c
index a270095ec3c07ac5c3dd7b4c06fbc5830ee9cd08..dc4bfc5d88fccf221609cf2ac13c80370de07221 100644 (file)
@@ -111,14 +111,6 @@ xfs_mount_validate_sb(
        bool            check_inprogress,
        bool            check_version)
 {
-
-       /*
-        * If the log device and data device have the
-        * same device number, the log is internal.
-        * Consequently, the sb_logstart should be non-zero.  If
-        * we have a zero sb_logstart in this case, we may be trying to mount
-        * a volume filesystem in a non-volume manner.
-        */
        if (sbp->sb_magicnum != XFS_SB_MAGIC) {
                xfs_warn(mp, "bad magic number");
                return -EWRONGFS;
This page took 0.0247 seconds and 5 git commands to generate.