mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
- Remove unused LK_NOOBJ.
This commit is contained in:
parent
2ee5711e84
commit
18529dae1d
1 changed files with 1 additions and 2 deletions
|
|
@ -147,8 +147,7 @@ struct lock {
|
|||
* lk_interlock
|
||||
*/
|
||||
#define LK_RETRY 0x00020000 /* vn_lock: retry until locked */
|
||||
#define LK_NOOBJ 0x00040000 /* vget: don't create object */
|
||||
#define LK_THISLAYER 0x00080000 /* vn_lock: lock/unlock only current layer */
|
||||
#define LK_THISLAYER 0x00040000 /* vn_lock: lock/unlock only current layer */
|
||||
|
||||
/*
|
||||
* Internal state flags corresponding to lk_sharecount, and lk_waitcount
|
||||
|
|
|
|||
Loading…
Reference in a new issue