summaryrefslogtreecommitdiffstats
path: root/Grow.c
diff options
context:
space:
mode:
authorMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>2024-09-25 13:16:10 +0200
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>2024-09-27 11:16:22 +0200
commitee3a6cab09c8acaf6706b3710f5652e9be43b57e (patch)
tree67b0a477d132ea1347c4dd462e9d3b6cea3644e5 /Grow.c
parentMdmonitor: Fix startup with missing directory (diff)
downloadmdadm-ee3a6cab09c8acaf6706b3710f5652e9be43b57e.tar.xz
mdadm-ee3a6cab09c8acaf6706b3710f5652e9be43b57e.zip
mdadm: add xmalloc.h
Move memory declaration helpers outside mdadm.h. They seems to be useful so keep them but include separatelly. Rework them to not reffer to Name[] declared internally in mdadm/mdmon. This is first step to start decomplexing mdadm.h. Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Diffstat (limited to 'Grow.c')
-rw-r--r--Grow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Grow.c b/Grow.c
index 60076f56..ef1285ec 100644
--- a/Grow.c
+++ b/Grow.c
@@ -23,6 +23,8 @@
*/
#include "mdadm.h"
#include "dlink.h"
+#include "xmalloc.h"
+
#include <sys/mman.h>
#include <stddef.h>
#include <stdint.h>