Skip to content

Commit 035f197

Browse files
committed
fs/nullfs/null.h: put first definition after headers include
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D52983
1 parent de36d0d commit 035f197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sys/fs/nullfs/null.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
#ifndef FS_NULL_H
3636
#define FS_NULL_H
3737

38-
#define NULLM_CACHE 0x0001
39-
4038
#include <sys/ck.h>
4139
#include <vm/uma.h>
4240

41+
#define NULLM_CACHE 0x0001
42+
4343
struct null_mount {
4444
struct mount *nullm_vfs;
4545
struct vnode *nullm_lowerrootvp; /* Ref to lower root vnode */

0 commit comments

Comments
 (0)