1
0
mirror of https://git.proxmox.com/git/mirror_zfs.git synced 2025-01-15 12:40:26 +03:00
Commit Graph

1 Commits

Author SHA1 Message Date
Arvind Sankar
b6437ea41c Move libspl_assertf into .c file
Variadic functions cannot be inlined. libspl_assertf ends up being
duplicated in every file that uses it.

Fix this by moving the function into a new assert.c. Also move the
definition of aok into the new file instead of zone.c.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Closes 
2020-07-10 14:25:24 -07:00