diff options
| -rw-r--r-- | fs/xfs/linux-2.6/xfs_aops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c index 965757cf15e9..97fc056130eb 100644 --- a/fs/xfs/linux-2.6/xfs_aops.c +++ b/fs/xfs/linux-2.6/xfs_aops.c | |||
| @@ -647,7 +647,7 @@ xfs_is_delayed_page( | |||
| 647 | acceptable = (type == IOMAP_UNWRITTEN); | 647 | acceptable = (type == IOMAP_UNWRITTEN); |
| 648 | else if (buffer_delay(bh)) | 648 | else if (buffer_delay(bh)) |
| 649 | acceptable = (type == IOMAP_DELAY); | 649 | acceptable = (type == IOMAP_DELAY); |
| 650 | else if (buffer_mapped(bh)) | 650 | else if (buffer_dirty(bh) && buffer_mapped(bh)) |
| 651 | acceptable = (type == 0); | 651 | acceptable = (type == 0); |
| 652 | else | 652 | else |
| 653 | break; | 653 | break; |
