git: 147e4fe3f1f8 - main - kern_lockf.c: remove no longer neeeded UFS headers
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 21:48:19 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=147e4fe3f1f810790c9f08b4e412350393c9ac08 commit 147e4fe3f1f810790c9f08b4e412350393c9ac08 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2022-04-01 21:05:32 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2022-04-09 21:43:53 +0000 kern_lockf.c: remove no longer neeeded UFS headers Reviewed by: markj, rmacklem Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D34756 --- sys/kern/kern_lockf.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c index 079f7b999835..2455c84ad65c 100644 --- a/sys/kern/kern_lockf.c +++ b/sys/kern/kern_lockf.c @@ -85,11 +85,6 @@ __FBSDID("$FreeBSD$"); #ifdef LOCKF_DEBUG #include <sys/sysctl.h> -#include <ufs/ufs/extattr.h> -#include <ufs/ufs/quota.h> -#include <ufs/ufs/ufsmount.h> -#include <ufs/ufs/inode.h> - static int lockf_debug = 0; /* control debug output */ SYSCTL_INT(_debug, OID_AUTO, lockf_debug, CTLFLAG_RW, &lockf_debug, 0, ""); #endif