git: 8b32cdec9cd5 - main - tmpfs: order include files alphabetically
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Oct 2022 17:24:19 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=8b32cdec9cd55c234e892b48042d61d951196dca commit 8b32cdec9cd55c234e892b48042d61d951196dca Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2022-10-17 14:54:57 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2022-10-19 17:24:07 +0000 tmpfs: order include files alphabetically Reviewed by: markj Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D37024 --- sys/fs/tmpfs/tmpfs_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/tmpfs/tmpfs_vnops.c b/sys/fs/tmpfs/tmpfs_vnops.c index 7a9ffed9696c..9bcf835aa627 100644 --- a/sys/fs/tmpfs/tmpfs_vnops.c +++ b/sys/fs/tmpfs/tmpfs_vnops.c @@ -52,11 +52,11 @@ __FBSDID("$FreeBSD$"); #include <sys/proc.h> #include <sys/rwlock.h> #include <sys/sched.h> +#include <sys/smr.h> #include <sys/stat.h> #include <sys/sysctl.h> #include <sys/unistd.h> #include <sys/vnode.h> -#include <sys/smr.h> #include <security/audit/audit.h> #include <security/mac/mac_framework.h>