Skip to content

Commit

Permalink
Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable in…
Browse files Browse the repository at this point in the history
…to for-linus

Conflicts:
	fs/btrfs/ulist.h

Signed-off-by: Chris Mason <chris.mason@oracle.com>
  • Loading branch information
Chris Mason committed May 31, 2012
2 parents cfc442b + c319310 commit 1e20932
Show file tree
Hide file tree
Showing 14 changed files with 1,368 additions and 252 deletions.
495 changes: 350 additions & 145 deletions fs/btrfs/backref.c

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion fs/btrfs/backref.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ int paths_from_inode(u64 inum, struct inode_fs_paths *ipath);

int btrfs_find_all_roots(struct btrfs_trans_handle *trans,
struct btrfs_fs_info *fs_info, u64 bytenr,
u64 num_bytes, u64 seq, struct ulist **roots);
u64 delayed_ref_seq, u64 time_seq,
struct ulist **roots);

struct btrfs_data_container *init_data_container(u32 total_bytes);
struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
Expand Down
Loading

0 comments on commit 1e20932

Please sign in to comment.