Re: [PATCH v2 4/5] md: fix is_mddev_idle()
From: Yu Kuai
Date: Sat Apr 26 2025 - 21:37:35 EST
Hi,
在 2025/04/22 14:35, Xiao Ni 写道:
+ unsigned long last_events; /* IO event timestamp */
Can we use another name? Because mddev has events counter. This name
can easily be confused with that counter.
Sorry for the late reply.
Sure, how about, normal_IO_events?
Thanks,
Kuai