From 08226b03903324f63fde4b8f9319e9ca7f431819 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Fri, 27 Feb 2015 14:58:12 +1100 Subject: [PATCH] Added a banner. --- file_system.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/file_system.go b/file_system.go index a1fbc5f..1d09c84 100644 --- a/file_system.go +++ b/file_system.go @@ -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(