summaryrefslogtreecommitdiff
path: root/sys/include/9p.h
diff options
context:
space:
mode:
authorBurnZeZ <devnull@localhost>2020-03-29 17:39:30 +0000
committerBurnZeZ <devnull@localhost>2020-03-29 17:39:30 +0000
commit11025d6f4a2c3c7e75010f85c2d3108e602270b7 (patch)
tree6bf6624c7a0b5ca1dd6972b4b324f4794eb79665 /sys/include/9p.h
parentf5f37ba5eb2a471c1014b406d00a84df87295143 (diff)
lib9p: fix re-use of root Qid when using createfile(); remove unused dirqidgen
Diffstat (limited to 'sys/include/9p.h')
-rw-r--r--sys/include/9p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/9p.h b/sys/include/9p.h
index 1a6dfd657..949476232 100644
--- a/sys/include/9p.h
+++ b/sys/include/9p.h
@@ -152,7 +152,6 @@ struct Tree {
/* below is implementation-specific; don't use */
Lock genlock;
ulong qidgen;
- ulong dirqidgen;
};
Tree* alloctree(char*, char*, ulong, void(*destroy)(File*));