diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2002-09-25 02:49:50 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2002-09-25 02:49:50 +0000 |
| commit | 18529dae1dbad9dcaaf5c8077f679f39dc093003 (patch) | |
| tree | 893c1291a73e9015259961f66049fd4cb235a8a9 | |
| parent | 2ee5711e84c5e1205e20138a461b3f9e9e0b0c0b (diff) | |
Notes
| -rw-r--r-- | sys/sys/lockmgr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/lockmgr.h b/sys/sys/lockmgr.h index b5bb25175d2b..979c31e6e934 100644 --- a/sys/sys/lockmgr.h +++ b/sys/sys/lockmgr.h @@ -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 |
