Re: [PATCH 12/19] cxl: Export some symbols

2015-05-25 Thread Michael Neuling
On Thu, 2015-05-21 at 19:16 +1000, Ian Munsie wrote: > > +void assign_psn_space(struct cxl_context *ctx); > > Should we consider renaming this to cxl_assign_psn_space to namespace it > now that it's potentially callable from elsewhere in the kernel? > > > +int afu_check_and_enable(struct cxl_afu

Re: [PATCH 12/19] cxl: Export some symbols

2015-05-21 Thread Ian Munsie
> +void assign_psn_space(struct cxl_context *ctx); Should we consider renaming this to cxl_assign_psn_space to namespace it now that it's potentially callable from elsewhere in the kernel? > +int afu_check_and_enable(struct cxl_afu *afu); Likewise? Acked-by: Ian Munsie -Ian _

[PATCH 12/19] cxl: Export some symbols

2015-05-19 Thread Michael Neuling
These will soon be using elsewhere in the driver. Signed-off-by: Michael Neuling --- drivers/misc/cxl/cxl.h| 5 + drivers/misc/cxl/native.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/misc/cxl/cxl.h b/drivers/misc/cxl/cxl.h index 8180680..15e1077 1006