[PATCH v2] staging:lustre:libcfs: Merge linux-proc.c into module.c

2015-03-06 Thread Matt Tyler
module.c was previously the sole exporter of symbols from linux-proc.c This patch removes the global symbols by merging the two files Signed-off-by: Matthew Tyler matt.ty...@flashics.com --- drivers/staging/lustre/lustre/libcfs/Makefile | 2 +- .../lustre/lustre/libcfs/linux/linux-proc.c

Re: [PATCH] staging:lustre:libcfs: Merge linux-proc.c into module.c

2015-03-01 Thread Matt Tyler
patch, apply it onto your tree, and then apply the style fixes? It shouldn't be too difficult to merge our patches into one series? On Sun, Mar 01, 2015 at 05:27:01PM -0800, Greg KH wrote: On Tue, Feb 10, 2015 at 07:24:40PM +0800, Matt Tyler wrote: module.c was previously the sole exporter

Re: [PATCH] staging:lustre:libcfs: Merge linux-proc.c into module.c

2015-02-10 Thread Matt Tyler
module.c was previously the sole exporter of symbols from module.c This patch removes the global symbols by merging the two files. Signed-off-by: Matthew Tyler matt.ty...@flashics.com --- drivers/staging/lustre/lustre/libcfs/Makefile | 2 +- .../lustre/lustre/libcfs/linux/linux-proc.c

Re: [PATCH] staging:lustre:libcfs:linux: Define insert_proc and remove_proc in separate header file

2015-02-09 Thread Matt Tyler
On Sun, Feb 08, 2015 at 09:44:43PM +0800, Greg KH wrote: On Sun, Feb 08, 2015 at 09:26:15PM +0800, Matthew Tyler wrote: Sparse is currently throwing warnings as insert_proc and remove_proc are not defined. The patch adds definitions for these files in a suitable header file. These