diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/extent-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index 41fe80b9db47..77acc0873895 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c | |||
@@ -7835,7 +7835,7 @@ out: | |||
7835 | */ | 7835 | */ |
7836 | if (!for_reloc && root_dropped == false) | 7836 | if (!for_reloc && root_dropped == false) |
7837 | btrfs_add_dead_root(root); | 7837 | btrfs_add_dead_root(root); |
7838 | if (err) | 7838 | if (err && err != -EAGAIN) |
7839 | btrfs_std_error(root->fs_info, err); | 7839 | btrfs_std_error(root->fs_info, err); |
7840 | return err; | 7840 | return err; |
7841 | } | 7841 | } |