UNMAP: propagate request to backing store

This commit is contained in:
chessman
2019-05-29 16:14:31 +03:00
parent 22d47a9212
commit 12b06c21ef
6 changed files with 36 additions and 14 deletions

View File

@@ -150,6 +150,6 @@ func (bs *CephBackingStore) DataAdvise(offset, length int64, advise uint32) erro
return nil
}
func (bs *CephBackingStore) Unmap() error {
func (bs *CephBackingStore) Unmap([]api.UnmapBlockDescriptor) error {
return nil
}