Skip to content
Commit 88bc0ede authored by Tetsuo Handa's avatar Tetsuo Handa Committed by Jan Kara
Browse files

quota: Check for register_shrinker() failure.

register_shrinker() might return -ENOMEM error since Linux 3.12.
Call panic() as with other failure checks in this function if
register_shrinker() failed.

Fixes: 1d3d4437

 ("vmscan: per-node deferred work")
Signed-off-by: default avatarTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Cc: Jan Kara <jack@suse.com>
Cc: Michal Hocko <mhocko@suse.com>
Reviewed-by: default avatarMichal Hocko <mhocko@suse.com>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 1a6152d3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment