On Sat, May 17, 2025 at 08:21:26PM -0700, Nicolin Chen wrote: > @@ -250,6 +250,7 @@ int iopt_pages_rw_access(struct iopt_pages *pages, unsigned long start_byte, > */ > struct iopt_pages_access { > struct interval_tree_node node; > + unsigned int owners; > unsigned int users; This isn't used anywhere, and I forgot to delete. Will drop in v6. Thanks Nicolin