- Remove the now unused LK_THISLAYER.

This commit is contained in:
Jeff Roberson 2005-03-15 14:12:10 +00:00
parent 7933351a28
commit 1bf9ee92ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143645

View File

@ -144,7 +144,6 @@ struct lock {
* lk_interlock
*/
#define LK_RETRY 0x00020000 /* vn_lock: retry until locked */
#define LK_THISLAYER 0x00040000 /* vn_lock: lock/unlock only current layer */
#define LK_INTERNAL 0x00080000/* The internal lock is already held */
/*