commit | 8a15b81741879fa89601b03c0e50b0d780d65bc0 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Fri Sep 16 13:02:37 2016 +0000 |
committer | Tejun Heo <tj@kernel.org> | Fri Sep 16 11:31:17 2016 -0400 |
tree | ced173659fd3d34e3ad977ecb977d8d3cad81bac | |
parent | 28b89b9e6f7b6c8fef7b3af39828722bca20cfee [diff] |
cpuset: fix non static symbol warning Fixes the following sparse warning: kernel/cpuset.c:2088:6: warning: symbol 'cpuset_fork' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>