Commit 2b274eee authored by Christoph Hellwig's avatar Christoph Hellwig

[XFS] Fix compile warning on my iBook

SGI Modid: 2.5.x-xfs:slinx:148598a
parent c675dce8
...@@ -656,7 +656,9 @@ xfs_iformat_extents( ...@@ -656,7 +656,9 @@ xfs_iformat_extents(
int nex; int nex;
int real_size; int real_size;
int size; int size;
#if ARCH_CONVERT != ARCH_NOCONVERT
int i; int i;
#endif
ifp = XFS_IFORK_PTR(ip, whichfork); ifp = XFS_IFORK_PTR(ip, whichfork);
nex = XFS_DFORK_NEXTENTS_ARCH(dip, whichfork, ARCH_CONVERT); nex = XFS_DFORK_NEXTENTS_ARCH(dip, whichfork, ARCH_CONVERT);
......
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