Move the definition of mkdirlisthd from header to C file.
Reviewed by: mckusick Tested by: pho
This commit is contained in:
parent
d91e813c7b
commit
d2d6c59245
@ -691,6 +691,8 @@ static struct malloc_type *memtype[] = {
|
||||
M_JTRUNC
|
||||
};
|
||||
|
||||
static LIST_HEAD(mkdirlist, mkdir) mkdirlisthd;
|
||||
|
||||
#define DtoM(type) (memtype[type])
|
||||
|
||||
/*
|
||||
|
@ -657,7 +657,6 @@ struct mkdir {
|
||||
struct buf *md_buf; /* MKDIR_BODY: buffer holding dir */
|
||||
LIST_ENTRY(mkdir) md_mkdirs; /* list of all mkdirs */
|
||||
};
|
||||
LIST_HEAD(mkdirlist, mkdir) mkdirlisthd;
|
||||
|
||||
/*
|
||||
* A "dirrem" structure describes an operation to decrement the link
|
||||
|
Loading…
Reference in New Issue
Block a user