Added more context.

geesefs-0-30-9
Aaron Jacobs 2015-02-27 13:32:44 +11:00
parent afe364822a
commit 12003cad3e
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ type FileSystem interface {
req *LookUpInodeRequest) (*LookUpInodeResponse, error) req *LookUpInodeRequest) (*LookUpInodeResponse, error)
// Refresh the attributes for an inode whose ID was previously returned by // Refresh the attributes for an inode whose ID was previously returned by
// LookUpInode. // LookUpInode. The kernel calls this when the FUSE VFS layer's cache of
// inode attributes is stale. This is controlled by the AttributesExpiration
// field of responses to LookUp, etc.
GetInodeAttributes( GetInodeAttributes(
ctx context.Context, ctx context.Context,
req *GetInodeAttributesRequest) (*GetInodeAttributesResponse, error) req *GetInodeAttributesRequest) (*GetInodeAttributesResponse, error)