mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
bcache: do not use libdm header files
Logging for libdm differs from lvm logging - keep using consisten logging function calls.
This commit is contained in:
parent
83e362cd32
commit
ac768a9d2b
@ -15,7 +15,7 @@
|
|||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
|
||||||
#include "bcache.h"
|
#include "bcache.h"
|
||||||
#include "dm-logging.h"
|
#include "lvm-logging.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user