Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181823
b: refs/heads/master
c: 5322892
h: refs/heads/master
i:
  181821: c671fe7
  181819: 94818f5
  181815: b936d3f
  181807: c98637f
  181791: eb9712e
  181759: f6c24e1
v: v3
  • Loading branch information
Dave Chinner committed Feb 3, 2010
1 parent 0286dbf commit ae78cfa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 07fec73625dc0db6f9aed68019918208a2ca53f5
refs/heads/master: 5322892d867e186c6b4c5fff5c99ea4863696a60
19 changes: 0 additions & 19 deletions trunk/fs/xfs/linux-2.6/xfs_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1078,25 +1078,6 @@ xfs_bwrite(
return error;
}

int
xfs_bawrite(
void *mp,
struct xfs_buf *bp)
{
trace_xfs_buf_bawrite(bp, _RET_IP_);

ASSERT(bp->b_bn != XFS_BUF_DADDR_NULL);

xfs_buf_delwri_dequeue(bp);

bp->b_flags &= ~(XBF_READ | XBF_DELWRI | XBF_READ_AHEAD);
bp->b_flags |= (XBF_WRITE | XBF_ASYNC | _XBF_RUN_QUEUES);

bp->b_mount = mp;
bp->b_strat = xfs_bdstrat_cb;
return xfs_bdstrat_cb(bp);
}

void
xfs_bdwrite(
void *mp,
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/xfs/linux-2.6/xfs_buf.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ extern void xfs_buf_unlock(xfs_buf_t *);

/* Buffer Read and Write Routines */
extern int xfs_bwrite(struct xfs_mount *mp, struct xfs_buf *bp);
extern int xfs_bawrite(void *mp, xfs_buf_t *bp);
extern void xfs_bdwrite(void *mp, xfs_buf_t *bp);

extern void xfsbdstrat(struct xfs_mount *, struct xfs_buf *);
Expand Down

0 comments on commit ae78cfa

Please sign in to comment.