Loading fs/btrfs/transaction.c +0 −1 Original line number Diff line number Diff line Loading @@ -698,7 +698,6 @@ start_transaction(struct btrfs_root *root, unsigned int num_items, h->transid = cur_trans->transid; h->transaction = cur_trans; h->root = root; refcount_set(&h->use_count, 1); h->fs_info = root->fs_info; Loading fs/btrfs/transaction.h +0 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,6 @@ struct btrfs_trans_handle { bool removing_chunk; bool reloc_reserved; bool in_fsync; struct btrfs_root *root; struct btrfs_fs_info *fs_info; struct list_head new_bgs; }; Loading Loading
fs/btrfs/transaction.c +0 −1 Original line number Diff line number Diff line Loading @@ -698,7 +698,6 @@ start_transaction(struct btrfs_root *root, unsigned int num_items, h->transid = cur_trans->transid; h->transaction = cur_trans; h->root = root; refcount_set(&h->use_count, 1); h->fs_info = root->fs_info; Loading
fs/btrfs/transaction.h +0 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,6 @@ struct btrfs_trans_handle { bool removing_chunk; bool reloc_reserved; bool in_fsync; struct btrfs_root *root; struct btrfs_fs_info *fs_info; struct list_head new_bgs; }; Loading