diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-08-04 23:17:27 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:06 -0400 |
commit | ea8c281947950fac5f78818b767821d696c9512a (patch) | |
tree | a30e9da5371d9a694a8f73d450231107ccad1dcb /fs/btrfs/btrfs_inode.h | |
parent | d7a029a89ef370e74b63f18b81498d90d1ee3cc1 (diff) |
Btrfs: Maintain a list of inodes that are delalloc and a way to wait on them
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
-rw-r--r-- | fs/btrfs/btrfs_inode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index df624fd735c1..534ac4153ddd 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h | |||
@@ -42,6 +42,8 @@ struct btrfs_inode { | |||
42 | /* for keeping track of orphaned inodes */ | 42 | /* for keeping track of orphaned inodes */ |
43 | struct list_head i_orphan; | 43 | struct list_head i_orphan; |
44 | 44 | ||
45 | struct list_head delalloc_inodes; | ||
46 | |||
45 | /* | 47 | /* |
46 | * transid of the trans_handle that last modified this inode | 48 | * transid of the trans_handle that last modified this inode |
47 | */ | 49 | */ |