patch-2.4.26 linux-2.4.26/fs/xfs/xfs_buf_item.c

Next file: linux-2.4.26/fs/xfs/xfs_clnt.h
Previous file: linux-2.4.26/fs/xfs/xfs_attr_leaf.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/fs/xfs/xfs_buf_item.c linux-2.4.26/fs/xfs/xfs_buf_item.c
@@ -429,7 +429,7 @@
 		 */
 		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);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)