Re: [9fans] mkfs

2021-07-05 Thread cinap_lenrek
> The easiest solution is to remove kfs support and just extract > protoenum() from copyfile(). thats what we did in 9front (just so you dont need to do it all over again in case you commit to that approach). -- cinap -- 9fans: 9fans Permalink: https://9f

[9fans] mkfs

2021-07-05 Thread adr via 9fans
Hi, I was hacking libdisk/proto.c to accept quoted strings, when I noticed that mkfs is not using libdisk.h. The problem modifying mkfs.c is that the code taking care of kfs obliges me to keep functions duplicated on proto.c. The easiest solution is to remove kfs support and just extract protoenu