Commit 89d5f798 authored by Jon Krueger's avatar Jon Krueger Committed by Nathan Scott

[XFS] Merge missing mount stripe-unit/width-alignment check.

SGI Modid: xfs-linux:xfs-kern:166614a
parent 5f315a6a
...@@ -675,6 +675,7 @@ xfs_mountfs( ...@@ -675,6 +675,7 @@ xfs_mountfs(
error = XFS_ERROR(EINVAL); error = XFS_ERROR(EINVAL);
goto error1; goto error1;
} }
mp->m_dalign = mp->m_swidth = 0;
} else { } else {
/* /*
* Convert the stripe unit and width to FSBs. * Convert the stripe unit and width to FSBs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment