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
- Lines: 9
- Date:
2004-04-14 06:05:40.000000000 -0700
- Orig file:
linux-2.4.25/fs/xfs/xfs_buf_item.c
- Orig date:
2004-02-18 05:36:32.000000000 -0800
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)