mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 00:13:30 +01:00
483af3a97a
This became the case after b7ee2e7af2
.
10 lines
103 B
Go
10 lines
103 B
Go
package netstorage
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
func mustFadviseSequentialRead(f *os.File) {
|
|
// Do nothing :)
|
|
}
|