On 8/30/2024 5:47 PM, Bart Van Assche wrote: > On 8/26/24 1:06 PM, Kanchan Joshi wrote: >> /* Block storage write lifetime hint values. */ >> -enum rw_hint { >> +enum rw_life_hint { > > The name "rw_life_hint" seems confusing to me. I think that the > name "rw_lifetime_hint" would be a better name. > I can change to that in next iteration. This change needs to be consistent in all the places. But more important in patch #3 (as we expose TYPE_RW_LIFE_HINT to userspace). Do you have comments on the other parts?