(ctx context.Context, op *fuseops.ForgetInodeOp)
| 57 | } |
| 58 | |
| 59 | func (fs *gatedFileSystem) ForgetInode(ctx context.Context, op *fuseops.ForgetInodeOp) error { |
| 60 | return fs.next.ForgetInode(ctx, op) |
| 61 | } |
| 62 | |
| 63 | func (fs *gatedFileSystem) BatchForget(ctx context.Context, op *fuseops.BatchForgetOp) error { |
| 64 | return fs.next.BatchForget(ctx, op) |
nothing calls this directly
no outgoing calls
no test coverage detected