Module Name: src
Committed By: hannken
Date: Sat Dec 13 15:58:13 UTC 2014
Modified Files:
src/sys/coda: cnode.h
Log Message:
Remove unused definitions (C_WANTED, C_LOCKED).
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/coda/cnode.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/coda/cnode.h
diff -u src/sys/coda/cnode.h:1.18 src/sys/coda/cnode.h:1.19
--- src/sys/coda/cnode.h:1.18 Fri May 4 01:38:56 2012
+++ src/sys/coda/cnode.h Sat Dec 13 15:58:13 2014
@@ -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 @@ struct cnode {
/* 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 */