Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23160
b: refs/heads/master
c: 2ddee84
h: refs/heads/master
v: v3
  • Loading branch information
David Chinner authored and Nathan Scott committed Mar 22, 2006
1 parent 6e097a7 commit 51aa47d
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: 3758dee9f64fa9692063e7167128f9cec3f5fd33
refs/heads/master: 2ddee844eef48bf9240ebdfd6c5ffc4333c7d639
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ xfs_is_delayed_page(
acceptable = (type == IOMAP_UNWRITTEN);
else if (buffer_delay(bh))
acceptable = (type == IOMAP_DELAY);
else if (buffer_mapped(bh))
else if (buffer_dirty(bh) && buffer_mapped(bh))
acceptable = (type == 0);
else
break;
Expand Down

0 comments on commit 51aa47d

Please sign in to comment.