On Mon, 15 Feb 2021, Yafang Shao wrote: > It is strange to combine "pr_err" with "INFO", so let's remove the > prefix completely. > This patch is motivated by David's comment[1]. > > - before the patch > [ 8846.517809] INFO: Slab 0x00000000f42a2c60 objects=33 used=3 > fp=0x0000000060d32ca8 flags=0x17ffffc0010200(slab|head) > > - after the patch > [ 6343.396602] Slab 0x000000004382e02b objects=33 used=3 > fp=0x000000009ae06ffc flags=0x17ffffc0010200(slab|head) > > [1]. > https://lore.kernel.org/linux-mm/[email protected]/#t > > Suggested-by: Vlastimil Babka <[email protected]> > Signed-off-by: Yafang Shao <[email protected]> > Acked-by: Vlastimil Babka <[email protected]> > Reviewed-by: Miaohe Lin <[email protected]> > Reviewed-by: Andy Shevchenko <[email protected]> > Reviewed-by: David Hildenbrand <[email protected]> > Cc: Matthew Wilcox <[email protected]>
Acked-by: David Rientjes <[email protected]>

