Commit cd9e854d authored by Nathan Scott's avatar Nathan Scott Committed by Christoph Hellwig

[XFS] Remove assert claiming data and attribute extents cannot be logged at the

same time - Steve thinks this is unlikely to be a real problem, and it was
masking real problems further on (see test 070).

SGI Modid: 2.5.x-xfs:slinx:133353a
parent 659f129a
......@@ -433,7 +433,6 @@ xfs_inode_item_format(
ASSERT(!(iip->ili_format.ilf_fields &
(XFS_ILOG_ADATA | XFS_ILOG_ABROOT)));
if (iip->ili_format.ilf_fields & XFS_ILOG_AEXT) {
ASSERT(!(iip->ili_format.ilf_fields & XFS_ILOG_DEXT));
ASSERT(ip->i_afp->if_bytes > 0);
ASSERT(ip->i_afp->if_u1.if_extents != NULL);
ASSERT(ip->i_d.di_anextents > 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