commit | 6a0f53ff351dfd10e74752e57b9c27d3397a3c4d | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Tue Sep 20 10:33:57 2016 +0800 |
committer | Shaohua Li <shli@fb.com> | Wed Sep 21 09:09:44 2016 -0700 |
tree | 696fbffa8a7082f4c348a0244922ff4bace4594e | |
parent | 90bcf1338193da4c87fb7492c716f225b907acf4 [diff] |
raid5: fix to detect failure of register_shrinker register_shrinker can fail after commit 1d3d4437eae1 ("vmscan: per-node deferred work"), we should detect the failure of it, otherwise we may fail to register shrinker after raid5 configuration was setup successfully. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Shaohua Li <shli@fb.com>