Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1255305
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/5] staging:lustre: split kernel comm between user and kernel |
| Date | 2015-10-25 09:40 +0100 |
| Message-ID | <qnp0m-8fj-21@gated-at.bofh.it> (permalink) |
| References | <qmQFk-2UZ-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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. > > The original libcfs_kernelcomm.h header is split into three parts: > > * lustre_kernelcomm.h, a new header for the kernel parts; > * uapi_kernelcomm.h, a new header for the data structures shared > between userspace and kernelspace; > * lustreapi_internal.h receives the private liblustreapi prototypes. > > The original code in kernel_user_comm.c is split into two parts: > > * obdclass/kernelcomm.c for the kernel part. filp_user_write() was > moved there, and linux-fs.c deleted; > * liblustreapi_kernelconn.c for the user part. The calls to CDEBUG > have been removed, and calls to CERROR have been transformed to > llapi_err_noerrno. The type lustre_kernelcomm has been removed and > replace by struct lustre_kernelcomm. > > Various names and filenames have been harmonized to *kernelcomm*. > > The unused symbol KUC_FL_BLOCK has been removed. > > Signed-off-by: frank zago <fzago@cray.com> > Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6245 > Reviewed-on: http://review.whamcloud.com/14270 > Reviewed-by: Nathan Rutman <nathan.rutman@seagate.com> > Reviewed-by: James Simmons <uja.ornl@yahoo.com> > Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com> > Reviewed-by: John L. Hammond <john.hammond@intel.com> > Reviewed-by: Oleg Drokin <oleg.drokin@intel.com> The series didn't all have numbers on them, so I don't know what order to apply them in :( Please resend them with the proper numbering on them so I know what to do here. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/5] staging:lustre: split kernel comm between user and kernel James Simmons <jsimmons@infradead.org> - 2015-10-23 22:00 +0200
[PATCH] staging:lustre: Prevent duplicate CT registrations James Simmons <jsimmons@infradead.org> - 2015-10-23 22:10 +0200
Re: [PATCH] staging:lustre: Prevent duplicate CT registrations Dan Carpenter <dan.carpenter@oracle.com> - 2015-10-26 10:00 +0100
[PATCH 1/5] staging:lustre: kg_sem semaphore handling is incorrectly James Simmons <jsimmons@infradead.org> - 2015-10-23 22:10 +0200
[PATCH 4/5] staging:lustre: split kernel comm between user and kernel James Simmons <jsimmons@infradead.org> - 2015-10-23 22:10 +0200
[PATCH] staging:lustre: move kernel_user_comm.c from libcfs to lustre James Simmons <jsimmons@infradead.org> - 2015-10-23 22:10 +0200
[PATCH 5/5] staging:lustre: Update license and copyright for kernel comm James Simmons <jsimmons@infradead.org> - 2015-10-23 22:10 +0200
Re: [PATCH 0/5] staging:lustre: split kernel comm between user and kernel Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-10-25 09:40 +0100
csiph-web