On 3/16/26 8:55 AM, Mikulas Patocka wrote:
{
- dm_hash_remove_all(false, false, false);
+ dm_hash_remove_all(false, false, false, false);
}
Three boolean arguments in a row make dm_hash_remove_all() calls much harder to read than necessary. Has it been considered to combine the
three boolean arguments into a single flags argument? Thanks, Bart.
