Expanded an example.

geesefs-0-30-9
Aaron Jacobs 2015-03-03 15:17:04 +11:00
parent eec88dd31a
commit dd66a1d2bb
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ type FileSystem interface {
ctx context.Context,
req *GetInodeAttributesRequest) (*GetInodeAttributesResponse, error)
// Forget an inode ID previously issued (e.g. by LookUpInode). The kernel
// calls this when removing an inode from its internal caches.
// Forget an inode ID previously issued (e.g. by LookUpInode or MkDir). The
// kernel calls this when removing an inode from its internal caches.
ForgetInode(
ctx context.Context,
req *ForgetInodeRequest) (*ForgetInodeResponse, error)