Re: [PATCH 03/11] cxl/core: Remove cxl_device_lock()

2022-03-09 Thread Dan Williams
On Wed, Mar 9, 2022 at 10:22 AM Jonathan Cameron wrote: > > On Mon, 28 Feb 2022 18:49:06 -0800 > Dan Williams 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

[PATCH 03/11] cxl/core: Remove cxl_device_lock()

2022-02-28 Thread Dan Williams
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 Cc: Vishal Verma Cc: Ira Weiny Cc: Ben Widawsky