git: 6df359449f39 - main - swap_pager.c: Remove MPSAFE and ARGSUSED annotations
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Dec 2021 22:21:06 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=6df359449f39cdf01a86e29abf982fa04e888350
commit 6df359449f39cdf01a86e29abf982fa04e888350
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-12-03 08:45:42 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-12-04 22:20:58 +0000
swap_pager.c: Remove MPSAFE and ARGSUSED annotations
Reviewed by: markj
Discussed with: alc
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D33165
---
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 f313d8b2d014..165373d1b527 100644
--- a/sys/vm/swap_pager.c
+++ b/sys/vm/swap_pager.c
@@ -2340,10 +2340,6 @@ struct swapon_args {
};
#endif
-/*
- * MPSAFE
- */
-/* ARGSUSED */
int
sys_swapon(struct thread *td, struct swapon_args *uap)
{
@@ -2489,10 +2485,6 @@ struct swapoff_args {
};
#endif
-/*
- * MPSAFE
- */
-/* ARGSUSED */
int
sys_swapoff(struct thread *td, struct swapoff_args *uap)
{