Commit 254d4828 authored by Stephen Lord's avatar Stephen Lord

[XFS] fix 64bit build

SGI Modid: 2.5.x-xfs:slinx:155262a
parent 8a1706c3
......@@ -2132,7 +2132,7 @@ xfs_dir_leaf_getdents_int(
dp, uio, p.cook.o);
}
#else
lasthash = thishash = INT_GET(entry->hashval, ARCH_CONVERT);
thishash = INT_GET(entry->hashval, ARCH_CONVERT);
XFS_PUT_COOKIE(lastoffset, mp, bno, entno, thishash);
lastresid = uio->uio_resid;
#endif /* BITS_PER_LONG == 32 */
......
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