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:Xu Qiang <xuqiang36@huawei.com>
Loading
Please sign in to comment