diff options
-rw-r--r-- | fs/btrfs/disk-io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 10a2a579cc7f..02b5f5667754 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c | |||
@@ -30,6 +30,7 @@ | |||
30 | #include <linux/ratelimit.h> | 30 | #include <linux/ratelimit.h> |
31 | #include <linux/uuid.h> | 31 | #include <linux/uuid.h> |
32 | #include <linux/semaphore.h> | 32 | #include <linux/semaphore.h> |
33 | #include <linux/bpf.h> | ||
33 | #include <asm/unaligned.h> | 34 | #include <asm/unaligned.h> |
34 | #include "ctree.h" | 35 | #include "ctree.h" |
35 | #include "disk-io.h" | 36 | #include "disk-io.h" |
@@ -3123,6 +3124,7 @@ recovery_tree_root: | |||
3123 | goto fail_block_groups; | 3124 | goto fail_block_groups; |
3124 | goto retry_root_backup; | 3125 | goto retry_root_backup; |
3125 | } | 3126 | } |
3127 | BPF_ALLOW_ERROR_INJECTION(open_ctree); | ||
3126 | 3128 | ||
3127 | static void btrfs_end_buffer_write_sync(struct buffer_head *bh, int uptodate) | 3129 | static void btrfs_end_buffer_write_sync(struct buffer_head *bh, int uptodate) |
3128 | { | 3130 | { |