summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union.h
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-02-26 03:23:56 +0000
committerkato <kato@FreeBSD.org>1998-02-26 03:23:56 +0000
commit0712ea24bf42cbaa2e009b77c3560d846ac133ea (patch)
tree7b7981f04b57f40887d58ce57717d32cf62bd8c0 /sys/fs/unionfs/union.h
parentd8d81bef89b9087c616382e51f9ca89d9a6f449e (diff)
downloadFreeBSD-src-0712ea24bf42cbaa2e009b77c3560d846ac133ea.zip
FreeBSD-src-0712ea24bf42cbaa2e009b77c3560d846ac133ea.tar.gz
Deleted KLOCK-hack.
Diffstat (limited to 'sys/fs/unionfs/union.h')
-rw-r--r--sys/fs/unionfs/union.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/fs/unionfs/union.h b/sys/fs/unionfs/union.h
index 442fc95..4deb6d4 100644
--- a/sys/fs/unionfs/union.h
+++ b/sys/fs/unionfs/union.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)union.h 8.9 (Berkeley) 12/10/94
- * $Id: union.h,v 1.10 1998/01/20 10:02:50 kato Exp $
+ * $Id: union.h,v 1.11 1998/02/10 03:32:03 kato Exp $
*/
struct union_args {
@@ -93,10 +93,6 @@ struct union_node {
#define UN_ULOCK 0x04 /* Upper node is locked */
#define UN_KLOCK 0x08 /* Keep upper node locked on vput */
#define UN_CACHED 0x10 /* In union cache */
-#define UN_GLOCK 0x20 /* Keep upper node locked on vget */
-
-#define SETGLOCK(un) (un)->un_flags |= UN_GLOCK
-#define CLEARGLOCK(un) (un)->un_flags &= ~UN_GLOCK
extern int union_allocvp __P((struct vnode **, struct mount *,
struct vnode *, struct vnode *,
OpenPOWER on IntegriCloud