From: Li RongQing <[email protected]> Date: Thu, 19 Apr 2018 12:59:21 +0800
> The input of css_cls_state() is impossible to NULL except > cgrp_css_online, so simplify it > > Signed-off-by: Li RongQing <[email protected]> I don't view this as an improvement. Just let the helper always check NULL and that way there are less situations to audit. And it's not like this is a critical fast path either. I'm not applying this, sorry.
