Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2021 02:34:09 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: dea036bd15ca - stable/13 - swap_pager.c: Remove MPSAFE and ARGSUSED annotations
Message-ID:  <202112100234.1BA2Y94G060829@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=dea036bd15cae8db3e175a0e3c93497afe419b7e

commit dea036bd15cae8db3e175a0e3c93497afe419b7e
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-12-03 08:45:42 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-12-10 02:32:18 +0000

    swap_pager.c: Remove MPSAFE and ARGSUSED annotations
    
    (cherry picked from commit 6df359449f39cdf01a86e29abf982fa04e888350)
---
 sys/vm/swap_pager.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c
index 473d950dafbf..3893199e30b5 100644
--- a/sys/vm/swap_pager.c
+++ b/sys/vm/swap_pager.c
@@ -2334,10 +2334,6 @@ struct swapon_args {
 };
 #endif
 
-/*
- * MPSAFE
- */
-/* ARGSUSED */
 int
 sys_swapon(struct thread *td, struct swapon_args *uap)
 {
@@ -2483,10 +2479,6 @@ struct swapoff_args {
 };
 #endif
 
-/*
- * MPSAFE
- */
-/* ARGSUSED */
 int
 sys_swapoff(struct thread *td, struct swapoff_args *uap)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112100234.1BA2Y94G060829>