Date: Sat, 4 Dec 2021 22:21:06 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6df359449f39 - main - swap_pager.c: Remove MPSAFE and ARGSUSED annotations Message-ID: <202112042221.1B4ML6nc002127@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112042221.1B4ML6nc002127>