[PATCH RFC 16/16] nvme: Support atomic writes
Bart Van Assche
bvanassche at acm.org
Wed May 3 11:49:56 PDT 2023
On 5/3/23 11:38, John Garry wrote:
> + if (!(boundary & (boundary - 1))) {
Please use is_power_of_2() instead of open-coding it.
Thanks,
Bart.
More information about the Linux-nvme
mailing list