Commit 3bdfdbd7 authored by Nathan Scott's avatar Nathan Scott

[XFS] Add in benign missing sector flag to SB version macro

SGI Modid: 2.5.x-xfs:slinx:151428a
parent a304c38b
......@@ -81,7 +81,7 @@ struct xfs_mount;
XFS_SB_VERSION_OKREALFBITS | \
XFS_SB_VERSION_OKSASHFBITS)
#define XFS_SB_VERSION_MKFS(ia,dia,extflag,dirv2,na,sflag) \
(((ia) || (dia) || (extflag) || (dirv2) || (na)) ? \
(((ia) || (dia) || (extflag) || (dirv2) || (na) || (sflag)) ? \
(XFS_SB_VERSION_4 | \
((ia) ? XFS_SB_VERSION_ALIGNBIT : 0) | \
((dia) ? XFS_SB_VERSION_DALIGNBIT : 0) | \
......
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