git: 9ccadfe4e96f - stable/13 - tmpfs: order include files alphabetically
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Oct 2022 00:44:03 UTC
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=9ccadfe4e96f25c5fd7b28ab7620b07aa4a71b86 commit 9ccadfe4e96f25c5fd7b28ab7620b07aa4a71b86 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2022-10-17 14:54:57 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2022-10-26 00:43:43 +0000 tmpfs: order include files alphabetically (cherry picked from commit 8b32cdec9cd55c234e892b48042d61d951196dca) --- 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 ab5a99b1be66..fdadad364ca2 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>