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

[XFS] Fix gcc 3.5 compilation for real

SGI Modid: xfs-linux:xfs-kern:165783a
parent ad5c1602
......@@ -429,7 +429,7 @@ xfs_buf_item_unpin(
*/
if (bip->bli_flags & XFS_BLI_STALE_INODE) {
xfs_buf_do_callbacks(bp, (xfs_log_item_t *)bip);
XFS_BUF_FSPRIVATE(bp, void *) = NULL;
XFS_BUF_SET_FSPRIVATE(bp, NULL);
XFS_BUF_CLR_IODONE_FUNC(bp);
} else {
AIL_LOCK(mp,s);
......
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