On Wed, Oct 16, 2019 at 11:37:42AM -0700, Sean Christopherson wrote: > Move the post-reclaim half of sgx_free_page() to a standalone helper so > that it can be used in flows where the page is known to be > non-reclaimable. The call sites wher it is known to be reclaimable should handle the error instead of creating call site specific versions of the function. /Jarkko