Date: Wed, 26 Oct 2022 00:44:03 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 9ccadfe4e96f - stable/13 - tmpfs: order include files alphabetically Message-ID: <202210260044.29Q0i3FS029582@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210260044.29Q0i3FS029582>