You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core: PseudoFS: Properly resolve the inner root inode
When we try to resolve the inner FS's root inode given a pseudo inode in
PseudoFS, we can directly return the inner FS's root inode as returned
by VirtualFileSystem#getRootInode(), which is most likely cached,
instead of creating new Inode instances all over again.
This further reduces the number of Inode allocations.
Also fail with BadHandleException for any other pseudo inode because
they will by definition be invalid in the underlying file system.
Related: #149
Signed-off-by: Christian Kohlschütter <[email protected]>
0 commit comments