Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74751
b: refs/heads/master
c: 77be55a
h: refs/heads/master
i:
  74749: 78724d4
  74747: 400d35a
  74743: fc4f8e4
  74735: ab92f74
  74719: 865c0fd
  74687: 0a9dda6
  74623: 2df50f9
  74495: a29ae25
  74239: 137e827
  73727: 03c81e4
v: v3
  • Loading branch information
Lachlan McIlroy authored and Lachlan McIlroy committed Dec 10, 2007
1 parent 02b7ca5 commit 457e822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d1afb678ce77b930334a8a640a05b8e68178a377
refs/heads/master: 77be55a5a13d9c7ddf780a93861f2fba33f8be1a
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ xfs_buf_ioend(
xfs_buf_t *bp,
int schedule)
{
bp->b_flags &= ~(XBF_READ | XBF_WRITE);
bp->b_flags &= ~(XBF_READ | XBF_WRITE | XBF_READ_AHEAD);
if (bp->b_error == 0)
bp->b_flags |= XBF_DONE;

Expand Down

0 comments on commit 457e822

Please sign in to comment.