Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
raid5: handle register_shrinker failure
register_shrinker() now can fail. When it happens, shrinker.nr_deferred is null. We use it to determine if unregister_shrinker is required. Signed-off-by: Shaohua Li <shli@fb.com>
- Loading branch information