Re: [PATCH] dma-debug: Fix overflow issue in bucket_find_contain

From: Christoph Hellwig
Date: Mon Aug 01 2022 - 13:58:42 EST


> + unsigned int shift = (1 << HASH_FN_SHIFT);

Please just add a constant for that right nxt to the HASH_FN_SHIFT
definition.