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.
> >
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
---
drivers/staging/lustre/lustre/libcfs/Makefile | 2 +-
.../lustre/lustre/libcfs/linux/linux-proc.c| 577 --
ke my 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 previousl
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
---
drivers/staging/lustre/lustre/libcfs/Makefile | 2 +-
.../lustre/lustre/libcfs/linux/linux-proc.c| 577 ---