PFLab-OS / Raph_Kernel

http://pflab-os.github.io/Raph_Kernel/
Other
37 stars 7 forks source link

Add VirtualFileSystem::InodeCtrl::GetExisted #127

Closed hikalium closed 7 years ago

hikalium commented 7 years ago

VirtualFileSystem::InodeCtrl::Get will allocate new inode if inum is not found. It is not useful for find files. So added GetExisted.