Hello, Michael Kelly, le lun. 28 avril 2025 07:01:37 +0100, a ecrit: > It is permissible for ext2_alloc_block to return 0 as an ENOSPC indication > but the assertion doesn't take that into account. Please consider the > following patch: Perhaps better simply add "result == 0 ||" in the assertion? That'll keep the code simpler. Samuel