Re: [PATCH 0/5] staging:lustre: split kernel comm between user and kernel

2015-10-25 Thread Greg Kroah-Hartman
On Fri, Oct 23, 2015 at 03:59:12PM -0400, James Simmons wrote: > The kernel communication code used for HSM and changelog is > entangled. Move the user space bits into the liblustreapi. This will > also help for a possible relicensing. The kernel portion is also moved > from libcfs to obdclass. >

[PATCH 0/5] staging:lustre: split kernel comm between user and kernel

2015-10-23 Thread James Simmons
The kernel communication code used for HSM and changelog is entangled. Move the user space bits into the liblustreapi. This will also help for a possible relicensing. The kernel portion is also moved from libcfs to obdclass. The original libcfs_kernelcomm.h header is split into three parts: * l