Re: [PATCH] selftests/mm: Drop redundant open() in mprotect_tests()
"David Hildenbrand (Arm)" <[email protected]>
| Newsgroups | org.kvack.linux-mm,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest |
|---|---|
| Message-ID | <[email protected]> |
On 8/17/26 10:06, Hongfu Li wrote: > From: Hongfu Li <[email protected]> > > Remove duplicate open() for local pagemap_fd in mprotect_tests() that > shadows the global pagemap_fd already opened in main(). The local fd > is never used in the function. > > Signed-off-by: Hongfu Li <[email protected]> > --- Acked-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David