commit | 7c4452b9a6ca7aabe37ea2e43d443110bdc08cd8 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Sat Apr 28 09:29:35 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Sat Apr 28 09:29:35 2007 -0400 |
tree | 6d3db5ec3a394dfcf143869796f1c59c4e86278f | |
parent | 06a2f9fa4c12a055cc396936408a78ae0acfb6b4 [diff] [blame] |
Btrfs: smarter transaction writeback Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index afc5267..652cf30 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c
@@ -762,6 +762,7 @@ BUG_ON(ret); buf = btrfs_find_create_tree_block(root, ins.objectid); set_buffer_uptodate(buf); + set_radix_bit(&trans->transaction->dirty_pages, buf->b_page->index); return buf; }