Specify that errors from Release{File,Dir}Handle ops are ignored.

Fixes #6.
geesefs-0-30-9
Aaron Jacobs 2015-03-25 11:08:04 +11:00
parent 14ea5a9db1
commit 2222e8d053
1 changed files with 4 additions and 0 deletions

View File

@ -496,6 +496,8 @@ func (o *ReadDirOp) Respond(err error) {
//
// The kernel guarantees that the handle ID will not be used in further ops
// sent to the file system (unless it is reissued by the file system).
//
// Errors from this op are ignored by the kernel (cf. http://goo.gl/RL38Do).
type ReleaseDirHandleOp struct {
commonOp
@ -787,6 +789,8 @@ func (o *FlushFileOp) Respond(err error) {
//
// The kernel guarantees that the handle ID will not be used in further calls
// to the file system (unless it is reissued by the file system).
//
// Errors from this op are ignored by the kernel (cf. http://goo.gl/RL38Do).
type ReleaseFileHandleOp struct {
commonOp