UNMAP: propagate request to backing store
This commit is contained in:
@@ -114,6 +114,6 @@ func (bs *FileBackingStore) DataAdvise(offset, length int64, advise uint32) erro
|
||||
return util.Fadvise(bs.file, offset, length, advise)
|
||||
}
|
||||
|
||||
func (bs *FileBackingStore) Unmap() error {
|
||||
func (bs *FileBackingStore) Unmap([]api.UnmapBlockDescriptor) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user