Re: [PATCH 5/8] dax: refactor locking out of size calculation routines

2016-12-14 Thread Dan Williams
On Wed, Dec 14, 2016 at 7:01 AM, Johannes Thumshirn wrote: > Hi Dan, > > On Sat, Dec 10, 2016 at 10:28:51PM -0800, Dan Williams wrote: >> In preparation for other callers of these routines make the locking the >> responsibility of the caller. >> >> Signed-off-by: Dan Williams >> --- >> drivers/d

Re: [PATCH 5/8] dax: refactor locking out of size calculation routines

2016-12-14 Thread Johannes Thumshirn
Hi Dan, On Sat, Dec 10, 2016 at 10:28:51PM -0800, Dan Williams wrote: > In preparation for other callers of these routines make the locking the > responsibility of the caller. > > Signed-off-by: Dan Williams > --- > drivers/dax/dax.c | 30 -- > 1 file changed, 24 i