Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147763
b: refs/heads/master
c: 5d4f98a
h: refs/heads/master
i:
  147761: df81fe5
  147759: 38654aa
v: v3
  • Loading branch information
Yan Zheng authored and Chris Mason committed Jun 10, 2009
1 parent 10e7d58 commit ca72d3e
Show file tree
Hide file tree
Showing 21 changed files with 6,959 additions and 2,074 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5c939df56c3ea018b58e5aa76181284c2053d699
refs/heads/master: 5d4f98a28c7d334091c1b7744f48a1acdd2a4ae0
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ btrfs-y += super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
transaction.o inode.o file.o tree-defrag.o \
extent_map.o sysfs.o struct-funcs.o xattr.o ordered-data.o \
extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
ref-cache.o export.o tree-log.o acl.o free-space-cache.o zlib.o \
compression.o delayed-ref.o
export.o tree-log.o acl.o free-space-cache.o zlib.o \
compression.o delayed-ref.o relocation.o
3 changes: 3 additions & 0 deletions trunk/fs/btrfs/btrfs_inode.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ struct btrfs_inode {
*/
struct list_head ordered_operations;

/* node for the red-black tree that links inodes in subvolume root */
struct rb_node rb_node;

/* the space_info for where this inode's data allocations are done */
struct btrfs_space_info *space_info;

Expand Down
Loading

0 comments on commit ca72d3e

Please sign in to comment.