Re: [PATCH v2 00/13] staging:lustre: split kernel comm between user and kernel

2016-02-03 Thread Greg Kroah-Hartman
On Wed, Dec 23, 2015 at 04:24:39PM -0500, 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 v2 00/13] staging:lustre: split kernel comm between user and kernel

2015-12-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