Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/coda Remove unused definitions (C_WANTED, C_LOCKED).
details: https://anonhg.NetBSD.org/src/rev/f6b5b23043dc
branches: trunk
changeset: 805022:f6b5b23043dc
user: hannken <hannken%NetBSD.org@localhost>
date: Sat Dec 13 15:58:13 2014 +0000
description:
Remove unused definitions (C_WANTED, C_LOCKED).
diffstat:
sys/coda/cnode.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 9f3006e1b315 -r f6b5b23043dc sys/coda/cnode.h
--- a/sys/coda/cnode.h Sat Dec 13 15:57:46 2014 +0000
+++ b/sys/coda/cnode.h Sat Dec 13 15:58:13 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cnode.h,v 1.18 2012/05/04 01:38:56 christos Exp $ */
+/* $NetBSD: cnode.h,v 1.19 2014/12/13 15:58:13 hannken Exp $ */
/*
*
@@ -115,8 +115,6 @@
/* flags */
#define C_VATTR 0x01 /* Validity of vattr in the cnode */
#define C_SYMLINK 0x02 /* Validity of symlink pointer in the Code */
-#define C_WANTED 0x08 /* Set if lock wanted */
-#define C_LOCKED 0x10 /* Set if lock held */
#define C_UNMOUNTING 0X20 /* Set if unmounting */
#define C_PURGING 0x40 /* Set if purging a fid */
Home |
Main Index |
Thread Index |
Old Index