diff options
author | BurnZeZ <devnull@localhost> | 2020-03-29 17:39:30 +0000 |
---|---|---|
committer | BurnZeZ <devnull@localhost> | 2020-03-29 17:39:30 +0000 |
commit | 11025d6f4a2c3c7e75010f85c2d3108e602270b7 (patch) | |
tree | 6bf6624c7a0b5ca1dd6972b4b324f4794eb79665 /sys/include | |
parent | f5f37ba5eb2a471c1014b406d00a84df87295143 (diff) |
lib9p: fix re-use of root Qid when using createfile(); remove unused dirqidgen
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/9p.h | 1 |
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*)); |