mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
While there, remove a useless check from the code. memcchr() always returns characters unequal to 0xff in this case, so inosused[i] ^ 0xff can never be equal to zero. Also, the fact that memcchr() returns a pointer instead of the number of bytes until the end, makes conversion to an offset far more easy. |
||
|---|---|---|
| .. | ||
| ext2_alloc.c | ||
| ext2_balloc.c | ||
| ext2_bmap.c | ||
| ext2_dinode.h | ||
| ext2_dir.h | ||
| ext2_extern.h | ||
| ext2_inode.c | ||
| ext2_inode_cnv.c | ||
| ext2_lookup.c | ||
| ext2_mount.h | ||
| ext2_subr.c | ||
| ext2_vfsops.c | ||
| ext2_vnops.c | ||
| ext2fs.h | ||
| fs.h | ||
| inode.h | ||