Re: [PATCH v4] hugetlbfs: check for shareable lock before calling huge_pmd_unshare()
From: Deepanshu Kartikey
Date: Mon Oct 13 2025 - 05:33:43 EST
Hi David,
That makes a lot of sense - moving the assertions after the early return
checks is cleaner since the locks are only needed when actual unsharing
work happens.
Should I send a v5 with your suggested change?
Thanks,
Deepanshu