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/transaction.h b/fs/btrfs/transaction.h index 3cc2990..afe42d1 100644 --- a/fs/btrfs/transaction.h +++ b/fs/btrfs/transaction.h
@@ -9,6 +9,7 @@ int commit_done; int magic; struct list_head list; + struct radix_tree_root dirty_pages; wait_queue_head_t writer_wait; wait_queue_head_t commit_wait; };