mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
The reason is that FreeBSD refcount.h shadows ZFS refcount.h and that will lead to a build error after a planned import of the ARC buf data scatter-ization. It's possible that some day we will have an opposite problem where a ZFS header would shadow an essential FreeBSD header. So, we need to think about a better long term solution. Discussed with: allanjude MFC after: 17 days |
||
|---|---|---|
| .. | ||
| tests | ||
| cd9660.c | ||
| exfat.c | ||
| ext2fs.c | ||
| fstyp.8 | ||
| fstyp.c | ||
| fstyp.h | ||
| geli.c | ||
| Makefile | ||
| Makefile.depend | ||
| msdosfs.c | ||
| msdosfs.h | ||
| ntfs.c | ||
| ufs.c | ||
| zfs.c | ||