mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-24 16:10:11 +00:00
- Move LOOKUP_SHARED from opt_global.h to opt_vfs.h so we don't have
to recompile the whole kernel if we change it.
This commit is contained in:
parent
b756200647
commit
dfe614392f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144612
@ -490,7 +490,6 @@ DEBUG_VFS_LOCKS opt_global.h
|
||||
DIAGNOSTIC opt_global.h
|
||||
INVARIANT_SUPPORT opt_global.h
|
||||
INVARIANTS opt_global.h
|
||||
LOOKUP_SHARED opt_global.h
|
||||
MCLSHIFT opt_global.h
|
||||
MUTEX_DEBUG opt_global.h
|
||||
MUTEX_NOINLINE opt_global.h
|
||||
@ -697,3 +696,6 @@ NI4BTEL opt_i4b.h
|
||||
NI4BIPR opt_i4b.h
|
||||
NI4BING opt_i4b.h
|
||||
NI4BISPPP opt_i4b.h
|
||||
|
||||
# VFS options
|
||||
LOOKUP_SHARED opt_vfs.h
|
||||
|
Loading…
Reference in New Issue
Block a user