mm/sharepool: Delete redundant size and alloc_size in sp_meminfo.
hulk inclusion category: other bugzilla: https://gitee.com/openeuler/kernel/issues/I6ET9W ---------------------------------------------- alloc_size can be obtained by adding alloc_nsize to alloc_hsize, and size can be obtained by adding alloc_nsize to alloc_hsize and k2u_size. Therefore, alloc_size and size are redundant and can be deleted. Signed-off-by: NXu Qiang <xuqiang36@huawei.com>
Showing
想要评论请 注册 或 登录