summaryrefslogtreecommitdiff
path: root/ctree.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctree.h')
-rw-r--r--ctree.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ctree.h b/ctree.h
index fa73c4a..6fa1ca6 100644
--- a/ctree.h
+++ b/ctree.h
@@ -548,9 +548,6 @@ struct btrfs_path {
* and to force calls to keep space in the nodes
*/
unsigned int search_for_split:1;
- unsigned int keep_locks:1;
- unsigned int skip_locking:1;
- unsigned int leave_spinning:1;
unsigned int skip_check_block:1;
};