On Fri, Dec 02, 2022 at 10:36:47AM -0800, Kristen Carlson Accardi wrote: > From: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> > > Add sgx_can_reclaim() wrapper so that in a subsequent patch, multiple LRUs > can be used cleanly. Nit: Patch is the transient form of a change. Once a change has been committed, it is a commit. Further, you should instead explain why subsequent changes require sgx_can_reclaim() wrapper, than just claim it without argument. Alternatively, you can consider squashing this to the subsequent patch, which makes use of the wrapper. BR, Jarkko