engines/libpmem: do not call drain on close
authorŁukasz Stolarczuk <lukasz.stolarczuk@intel.com>
Thu, 14 Jan 2021 17:19:43 +0000 (18:19 +0100)
committerŁukasz Stolarczuk <lukasz.stolarczuk@intel.com>
Tue, 13 Apr 2021 08:07:02 +0000 (10:07 +0200)
commit94c0b971d5e535e6b991899a57f88b6512412e58
treeda9ea6717e87b266b7277ae818f42070a06fb25d
parent0e684e9d0e1605ce31977f697c97e0b78d393638
engines/libpmem: do not call drain on close

no matter if direct was 1 or 0, it's not necessary.
It's either covered by non-temporal stores or it's not desired
by user (if 0 was set).

Signed-off-by: Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
engines/libpmem.c