On 9/8/26 15:43, Zenghui Yu wrote: > From: "Zenghui Yu (Huawei)" <[email protected]> > > The file-scope variables (pagemap_fd, uffd, page_size, hpage_size and > progname) and most functions of the pagemap_ioctl test are only used > locally, but lack the static storage class. Mark them static so that the > compiler can catch accidental outer references. > > Suggested-by: David Hildenbrand (Arm) <[email protected]> > Signed-off-by: Zenghui Yu (Huawei) <[email protected]> > ---
Thanks! Acked-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David

