provide offset and tl to DataSync
This commit is contained in:
@@ -106,7 +106,7 @@ func (bs *FileBackingStore) Write(wbuf []byte, offset int64) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (bs *FileBackingStore) DataSync() error {
|
||||
func (bs *FileBackingStore) DataSync(offset, tl int64) error {
|
||||
return util.Fdatasync(bs.file)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user