Added a banner.

geesefs-0-30-9
Aaron Jacobs 2015-02-27 14:58:12 +11:00
parent 3c768d4393
commit 08226b0390
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ type FileSystem interface {
ctx context.Context,
req *InitRequest) (*InitResponse, error)
///////////////////////////////////
// Inodes
///////////////////////////////////
// Look up a child by name within a parent directory. The kernel calls this
// when resolving user paths to dentry structs, which are then cached.
LookUpInode(