On Thu, Oct 22, 2020 at 02:29:45PM -0400, Gabriel Krisman Bertazi wrote: > @@ -657,6 +658,8 @@ int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, > goto fail; > } > > + preloaded = !radix_tree_preload(GFP_KERNEL); I think we can just fail the function if GFP_KERNEL preload fails. Thanks. -- tejun