Gentoo Archives: gentoo-soc

From: Kaoru Esashika <e_kaoru5@××××××××.jp>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] Weekly Report: Fusebox - FUSE Porwered sandbox project
Date: Sun, 12 Jul 2020 23:01:21
Message-Id: CAHuS14O3Jk44iH+9EAkbWUs42XCiM9xQQ2Lzs7DUrH72UFW3Ww@mail.gmail.com
1 Hi,
2 This week, I'm coding about vnode related code. 'vnode' is virtual inode.
3 Passing through the base file system inodes as is may cause inode conflicts.
4 So I have to 'convert' inode to vnode. And I was writing that code.
5 I also refactored the code because I feel code quality is not good.
6
7 Next week, I will write the code about unit test and ACL (Access
8 Control List) feature.
9
10 Project Repository: https://github.com/pluser/fusebox
11
12 Regards,
13 Kaoru Esashika