mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
unbreak cg_chkmagic_swap
This commit is contained in:
parent
a6b691a8dd
commit
ef075ffc87
1 changed files with 1 additions and 1 deletions
2
makefs.h
2
makefs.h
|
|
@ -269,7 +269,7 @@ extern struct timespec start_time;
|
|||
#endif
|
||||
|
||||
#define cg_chkmagic_swap(cgp, ns) \
|
||||
(ufs_rw32(cg_chkmagic(cgp), (ns)) == CG_MAGIC)
|
||||
(ufs_rw32((cgp)->cg_magic, (ns)) == CG_MAGIC)
|
||||
#define cg_inosused_swap(cgp, ns) cg_inosused(cgp)
|
||||
#define cg_blksfree_swap(cgp, ns) cg_blksfree(cgp)
|
||||
#define cg_clustersfree_swap(cgp, ns) cg_clustersfree(cgp)
|
||||
|
|
|
|||
Loading…
Reference in a new issue