projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f98de9b
)
btrfs: Drop stray check of fixup_workers creation
author
Andrey Utkin
<
[email protected]
>
Sat, 9 Aug 2014 11:51:15 +0000
(14:51 +0300)
committer
Chris Mason
<
[email protected]
>
Wed, 17 Sep 2014 20:38:03 +0000
(13:38 -0700)
The issue was introduced in
a79b7d4b3e8118f265dcb4bdf9a572c392f02708
,
adding allocation of extent_workers, so this stray check is surely not
meant to be a check of something else.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=82021
Reported-by: Maks Naumov <
[email protected]
>
Signed-off-by: Andrey Utkin <
[email protected]
>
Reviewed-by: Eric Sandeen <
[email protected]
>
Signed-off-by: Chris Mason <
[email protected]
>
fs/btrfs/disk-io.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/disk-io.c
b/fs/btrfs/disk-io.c
index d14847d05f31a789564705e43c0539b81b335caa..38b29555354451dd044f3b525a9607a823fdb3ab 100644
(file)
--- a/
fs/btrfs/disk-io.c
+++ b/
fs/btrfs/disk-io.c
@@
-2601,7
+2601,7
@@
int open_ctree(struct super_block *sb,
fs_info->endio_freespace_worker && fs_info->rmw_workers &&
fs_info->caching_workers && fs_info->readahead_workers &&
fs_info->fixup_workers && fs_info->delayed_workers &&
- fs_info->
fixup_workers && fs_info->
extent_workers &&
+ fs_info->extent_workers &&
fs_info->qgroup_rescan_workers)) {
err = -ENOMEM;
goto fail_sb_buffer;