On Wed, Mar 9, 2022 at 10:22 AM Jonathan Cameron <jonathan.came...@huawei.com> wrote: > > On Mon, 28 Feb 2022 18:49:06 -0800 > Dan Williams <dan.j.willi...@intel.com> wrote: > > > In preparation for moving lockdep_mutex nested lock acquisition into the > > core, remove the cxl_device_lock() wrapper, but preserve > > cxl_lock_class() that will be used to inform the core of the subsystem's > > lock ordering rules. > > > > Cc: Alison Schofield <alison.schofi...@intel.com> > > Cc: Vishal Verma <vishal.l.ve...@intel.com> > > Cc: Ira Weiny <ira.we...@intel.com> > > Cc: Ben Widawsky <ben.widaw...@intel.com> > > Signed-off-by: Dan Williams <dan.j.willi...@intel.com> > > Makes sense, but perhaps the description should call out that after > this patch it's not just a wrapper remove, but rather the lock > checking is totally gone for now?
Sure, that's worth a note. > > Otherwise this looks fine to me. FWIW > Reviewed-by: Jonathan Cameron <jonathan.came...@huawei.com>