Module Name: src Committed By: uwe Date: Tue May 26 22:54:43 UTC 2020
Modified Files: src/usr.sbin/puffs/mount_9p: ninepuffs.h node.c Log Message: Use the typedef to declare tag in AUTOVAR. Do not allocate 9P tags in advance in AUTOVAR, do it right before we need them. Do no reuse tags. If we are going to use sequential tags, we might as well try to make them really sequential. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/puffs/mount_9p/ninepuffs.h cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/puffs/mount_9p/node.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.