The following design pattern is strongly recommended for filesystem implementations to adapt: - Have a local fileDescription struct (containing FileDescription) which embeds FileDescriptionDefaultImpl and overrides the default methods which are common to all fd implementations for that filesystem li
| 48 | // |
| 49 | // +stateify savable |
| 50 | type FileDescriptionDefaultImpl struct{} |
| 51 | |
| 52 | // OnClose implements FileDescriptionImpl.OnClose analogously to |
| 53 | // file_operations::flush == NULL in Linux. |
nothing calls this directly
no outgoing calls
no test coverage detected