aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_buf.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_buf.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_buf.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c
index 4556a4c31e36..d50df3a8101c 100644
--- a/fs/xfs/linux-2.6/xfs_buf.c
+++ b/fs/xfs/linux-2.6/xfs_buf.c
@@ -1078,25 +1078,6 @@ xfs_bwrite(
1078 return error; 1078 return error;
1079} 1079}
1080 1080
1081int
1082xfs_bawrite(
1083 void *mp,
1084 struct xfs_buf *bp)
1085{
1086 trace_xfs_buf_bawrite(bp, _RET_IP_);
1087
1088 ASSERT(bp->b_bn != XFS_BUF_DADDR_NULL);
1089
1090 xfs_buf_delwri_dequeue(bp);
1091
1092 bp->b_flags &= ~(XBF_READ | XBF_DELWRI | XBF_READ_AHEAD);
1093 bp->b_flags |= (XBF_WRITE | XBF_ASYNC | _XBF_RUN_QUEUES);
1094
1095 bp->b_mount = mp;
1096 bp->b_strat = xfs_bdstrat_cb;
1097 return xfs_bdstrat_cb(bp);
1098}
1099
1100void 1081void
1101xfs_bdwrite( 1082xfs_bdwrite(
1102 void *mp, 1083 void *mp,