Update atomic mode support check

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2020-12-11 22:44:55 +01:00
parent 1810010093
commit bcd6f4831c
2 changed files with 17 additions and 5 deletions

View File

@@ -3,6 +3,8 @@
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/
#if defined(CAS_NVME_PARTIAL)
#include "cas_cache.h"
#include "utils_nvme.h"
#include "utils_blk.h"
@@ -62,3 +64,5 @@ out:
cas_vm_munmap(buffer, sizeof(*ns));
return ret;
}
#endif