Derrick Stolee <stolee@xxxxxxxxx> writes: > On 1/5/2021 2:23 PM, Martin Ågren wrote: >> I made a comment in [1] about how we could avoid peeking into a `struct >> lock_file` and instead use a helper function that we happen to have at >> our disposal. I then grepped around a bit and found that we're pretty >> good at avoiding such peeking at the moment, but that we could do >> a bit better. >> >> Here's a series to avoid such `lk.tempfile.foo` in favor of >> `get_lock_file_foo(&lk)`. >> >> [1] https://lore.kernel.org/git/CAN0heSrOKr--GenbowHP+iwkijbg5pCeJLq+wz6NXCXTsfcvGg@xxxxxxxxxxxxxx/ > > Thanks for being diligent and keeping the code clean. > > This series is good-to-go. > > Reviewed-by: Derrick Stolee <dstolee@xxxxxxxxxxxxx> Thanks, both.