]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mempolicy: remove unneeded out label
authorMiaohe Lin <linmiaohe@huawei.com>
Tue, 19 Jul 2022 11:52:33 +0000 (19:52 +0800)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 3 Aug 2022 18:17:13 +0000 (14:17 -0400)
commit16baaf074ea19b9ad130e646c9903888405339b5
treec0ee8b3d450c29f08fbefacef6e05d7c272be938
parent34d660af91bb87ced1e3121ad7fa0321447bd5d2
mm/mempolicy: remove unneeded out label

We can use unlock label to unlock ptl and return ret directly to remove
the unneeded out label and reduce the size of mempolicy.o.  No functional
change intended.

[Before]
   text    data     bss     dec     hex filename
  26702    3972    6168   36842    8fea mm/mempolicy.o

[After]
   text    data     bss     dec     hex filename
  26662    3972    6168   36802    8fc2 mm/mempolicy.o

Link: https://lkml.kernel.org/r/20220719115233.6706-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mempolicy.c