diff options
Diffstat (limited to 'fs/btrfs/disk-io.c')
-rw-r--r-- | fs/btrfs/disk-io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 5da18ebc9222..83e2349e1362 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c | |||
@@ -30,7 +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 <linux/error-injection.h> |
34 | #include <asm/unaligned.h> | 34 | #include <asm/unaligned.h> |
35 | #include "ctree.h" | 35 | #include "ctree.h" |
36 | #include "disk-io.h" | 36 | #include "disk-io.h" |
@@ -3124,7 +3124,7 @@ recovery_tree_root: | |||
3124 | goto fail_block_groups; | 3124 | goto fail_block_groups; |
3125 | goto retry_root_backup; | 3125 | goto retry_root_backup; |
3126 | } | 3126 | } |
3127 | BPF_ALLOW_ERROR_INJECTION(open_ctree); | 3127 | ALLOW_ERROR_INJECTION(open_ctree, ERRNO); |
3128 | 3128 | ||
3129 | 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) |
3130 | { | 3130 | { |