git: dea036bd15ca - stable/13 - swap_pager.c: Remove MPSAFE and ARGSUSED annotations
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Dec 2021 02:34:09 UTC
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)
{