diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-12-11 12:42:00 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:03:58 -0400 |
commit | d8d5f3e16d1ae4fe9b93312e083f2c04a95520f0 (patch) | |
tree | 3327d76311a31a9345a3019534bb043ff14d204f /fs/btrfs/disk-io.c | |
parent | 7bb86316c3961d1bc401ef184fd996f999556c7f (diff) | |
download | lwn-d8d5f3e16d1ae4fe9b93312e083f2c04a95520f0.tar.gz lwn-d8d5f3e16d1ae4fe9b93312e083f2c04a95520f0.zip |
Btrfs: Add lowest key information to back refs for extent tree blocks as well.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/disk-io.c')
-rw-r--r-- | fs/btrfs/disk-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 0ac21e3aac87..60a30da6af00 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c @@ -210,7 +210,7 @@ static int btree_writepages(struct address_space *mapping, { struct extent_map_tree *tree; tree = &BTRFS_I(mapping->host)->extent_tree; - if (0 && wbc->sync_mode == WB_SYNC_NONE) { + if (wbc->sync_mode == WB_SYNC_NONE) { u64 num_dirty; u64 start = 0; unsigned long thresh = 96 * 1024 * 1024; |