commit | 8fd17795b2261ecb1bad2a6df09ef14c4957a3fb | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Thu Apr 19 21:01:03 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Thu Apr 19 21:01:03 2007 -0400 |
tree | baab31275c20f5848f11688678158cf50875834e | |
parent | 7e38180e207c8707691c12395e990a5d583c5e71 [diff] [blame] |
Btrfs: early fsync support Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h index 4f1496a..3cc2990 100644 --- a/fs/btrfs/transaction.h +++ b/fs/btrfs/transaction.h
@@ -8,6 +8,7 @@ int use_count; int commit_done; int magic; + struct list_head list; wait_queue_head_t writer_wait; wait_queue_head_t commit_wait; };