Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332573
b: refs/heads/master
c: 2e90cf8
h: refs/heads/master
i:
  332571: 9c61d8b
v: v3
  • Loading branch information
Liu Bo authored and Chris Mason committed Oct 4, 2012
1 parent c395e77 commit 92398b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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: ab26e9d6c8a760aa5c4518eb2cb1a85516b3a4f7
refs/heads/master: 2e90cf858fd2639eae2fb3f2173f7633cb15bf38
1 change: 0 additions & 1 deletion trunk/fs/btrfs/ctree.h
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,6 @@ struct btrfs_fs_info {
struct mutex reloc_mutex;

struct list_head trans_list;
struct list_head hashers;
struct list_head dead_roots;
struct list_head caching_block_groups;

Expand Down
1 change: 0 additions & 1 deletion trunk/fs/btrfs/disk-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,6 @@ int open_ctree(struct super_block *sb,
INIT_LIST_HEAD(&fs_info->trans_list);
INIT_LIST_HEAD(&fs_info->dead_roots);
INIT_LIST_HEAD(&fs_info->delayed_iputs);
INIT_LIST_HEAD(&fs_info->hashers);
INIT_LIST_HEAD(&fs_info->delalloc_inodes);
INIT_LIST_HEAD(&fs_info->ordered_operations);
INIT_LIST_HEAD(&fs_info->caching_block_groups);
Expand Down

0 comments on commit 92398b4

Please sign in to comment.