opathFD implements FileDescriptionImpl for a file description opened with O_PATH. +stateify savable
| 28 | // |
| 29 | // +stateify savable |
| 30 | type opathFD struct { |
| 31 | vfsfd FileDescription |
| 32 | FileDescriptionDefaultImpl |
| 33 | BadLockFD |
| 34 | } |
| 35 | |
| 36 | // Release implements FileDescriptionImpl.Release. |
| 37 | func (fd *opathFD) Release(context.Context) { |
nothing calls this directly
no outgoing calls
no test coverage detected