- 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:
Jeff Roberson 2005-04-03 23:49:13 +00:00
parent b756200647
commit dfe614392f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144612

View file

@ -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