mm: memory-failure: remove unneeded 'inline' annotation
authorMiaohe Lin <linmiaohe@huawei.com>
Mon, 26 Jun 2023 11:43:43 +0000 (19:43 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 18 Aug 2023 17:12:06 +0000 (10:12 -0700)
commit1a7d018dc38b6851c602b448bdac2e78b46857db
treee902a3d70c20e3cbc0abdf7153f54154d3f35981
parentf58d7907a39f8d0381db56af4a590915fd94ee58
mm: memory-failure: remove unneeded 'inline' annotation

Remove unneeded 'inline' annotation from num_poisoned_pages_inc() and
num_poisoned_pages_sub().  No functional change intended.

Link: https://lkml.kernel.org/r/20230626114343.1846587-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Acked-by: Naoya Horiguchi <naoya.horiguchi@nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory-failure.c