commit | f702e1107601230eec707739038a89018ea3468d | [log] [tgz] |
---|---|---|
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | Wed Dec 15 20:13:55 2021 +0900 |
committer | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | Wed Dec 15 20:13:55 2021 +0900 |
tree | 227a86421ee10e7941f707b03ac456f88595a127 | |
parent | 04e57a2d952bbd34bc45744e72be3eecdc344294 [diff] |
tomoyo: use hwight16() in tomoyo_domain_quota_is_ok() hwight16() is much faster. While we are at it, no need to include "perm =" part into data_race() macro, for perm is a local variable that cannot be accessed by other threads. Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>