2/13

mm/slab: remove objs_per_slab()

移除objs_per_slab()函数,直接使用slab->objects代替,并在kfence测试中做类型转换以避免bit-field警告。