|
@@ -658,14 +658,6 @@ struct btrfs_trans_handle *btrfs_start_transaction_fallback_global_rsv(
|
|
|
return trans;
|
|
|
}
|
|
|
|
|
|
-struct btrfs_trans_handle *btrfs_start_transaction_lflush(
|
|
|
- struct btrfs_root *root,
|
|
|
- unsigned int num_items)
|
|
|
-{
|
|
|
- return start_transaction(root, num_items, TRANS_START,
|
|
|
- BTRFS_RESERVE_FLUSH_LIMIT, true);
|
|
|
-}
|
|
|
-
|
|
|
struct btrfs_trans_handle *btrfs_join_transaction(struct btrfs_root *root)
|
|
|
{
|
|
|
return start_transaction(root, 0, TRANS_JOIN, BTRFS_RESERVE_NO_FLUSH,
|