Re: [PATCH 1/4] fs.h: Remove unnecessary extern prototypes

2014-07-01 Thread Christoph Hellwig
On Mon, Jun 30, 2014 at 04:39:09PM -0700, Andrew Morton wrote: > > I can fix it and resubmit if you like. > > OK. How about we wait for -rc6 or thereabouts? That should minimise > the pain profile. Or just drop it. This is the perfect example for a patch having absolutely no real benefit and

Re: [PATCH 1/4] fs.h: Remove unnecessary extern prototypes

2014-07-01 Thread Christoph Hellwig
On Mon, Jun 30, 2014 at 04:39:09PM -0700, Andrew Morton wrote: I can fix it and resubmit if you like. OK. How about we wait for -rc6 or thereabouts? That should minimise the pain profile. Or just drop it. This is the perfect example for a patch having absolutely no real benefit and

Re: [PATCH 1/4] fs.h: Remove unnecessary extern prototypes

2014-06-30 Thread Andrew Morton
On Mon, 30 Jun 2014 16:31:31 -0700 Joe Perches wrote: > On Mon, 2014-06-30 at 16:19 -0700, Andrew Morton wrote: > > On Sat, 28 Jun 2014 17:20:13 -0700 Joe Perches wrote: > > > > > This file has a mixture of prototypes with and without extern. > > > Remove the extern uses. > > > > urgh, it's

Re: [PATCH 1/4] fs.h: Remove unnecessary extern prototypes

2014-06-30 Thread Joe Perches
On Mon, 2014-06-30 at 16:19 -0700, Andrew Morton wrote: > On Sat, 28 Jun 2014 17:20:13 -0700 Joe Perches wrote: > > > This file has a mixture of prototypes with and without extern. > > Remove the extern uses. > > urgh, it's been two days and this already throws a huge reject. I fix > that and

Re: [PATCH 1/4] fs.h: Remove unnecessary extern prototypes

2014-06-30 Thread Andrew Morton
On Sat, 28 Jun 2014 17:20:13 -0700 Joe Perches wrote: > This file has a mixture of prototypes with and without extern. > Remove the extern uses. urgh, it's been two days and this already throws a huge reject. I fix that and the other two patches throw great piles of rejects as well. Dunno.

Re: [PATCH 1/4] fs.h: Remove unnecessary extern prototypes

2014-06-30 Thread Andrew Morton
On Sat, 28 Jun 2014 17:20:13 -0700 Joe Perches j...@perches.com wrote: This file has a mixture of prototypes with and without extern. Remove the extern uses. urgh, it's been two days and this already throws a huge reject. I fix that and the other two patches throw great piles of rejects as

Re: [PATCH 1/4] fs.h: Remove unnecessary extern prototypes

2014-06-30 Thread Joe Perches
On Mon, 2014-06-30 at 16:19 -0700, Andrew Morton wrote: On Sat, 28 Jun 2014 17:20:13 -0700 Joe Perches j...@perches.com wrote: This file has a mixture of prototypes with and without extern. Remove the extern uses. urgh, it's been two days and this already throws a huge reject. I fix

Re: [PATCH 1/4] fs.h: Remove unnecessary extern prototypes

2014-06-30 Thread Andrew Morton
On Mon, 30 Jun 2014 16:31:31 -0700 Joe Perches j...@perches.com wrote: On Mon, 2014-06-30 at 16:19 -0700, Andrew Morton wrote: On Sat, 28 Jun 2014 17:20:13 -0700 Joe Perches j...@perches.com wrote: This file has a mixture of prototypes with and without extern. Remove the extern uses.

[PATCH 1/4] fs.h: Remove unnecessary extern prototypes

2014-06-28 Thread Joe Perches
This file has a mixture of prototypes with and without extern. Remove the extern uses. Signed-off-by: Joe Perches --- include/linux/fs.h | 636 ++--- 1 file changed, 318 insertions(+), 318 deletions(-) diff --git a/include/linux/fs.h

[PATCH 1/4] fs.h: Remove unnecessary extern prototypes

2014-06-28 Thread Joe Perches
This file has a mixture of prototypes with and without extern. Remove the extern uses. Signed-off-by: Joe Perches j...@perches.com --- include/linux/fs.h | 636 ++--- 1 file changed, 318 insertions(+), 318 deletions(-) diff --git