There seems to be a TOCTTOU in open() where we retrieve the inode a second time. We should only have to metawalk once and after that keep the inode open. Lets refactor the second one into the first.
I'll add some notes after discussing with @kuzeyardabulut
There seems to be a TOCTTOU in open() where we retrieve the inode a second time. We should only have to metawalk once and after that keep the inode open. Lets refactor the second one into the first.
I'll add some notes after discussing with @kuzeyardabulut