Re: [PATCH 1/1] FS/CIFS: remove obsolete __constant

2014-05-05 Thread Andrew Morton
On Mon, 5 May 2014 06:51:16 -0400 Jeff Layton wrote: > On Mon, 5 May 2014 06:53:01 +0200 > Fabian Frederick wrote: > > > On Sun, 4 May 2014 18:52:43 -0400 > > Jeff Layton wrote: > > > > > On Sat, May 3, 2014 at 4:15 PM, Fabian Frederick wrote: > > > > Replacing all __constant_foo to foo() >

Re: [PATCH 1/1] FS/CIFS: remove obsolete __constant

2014-05-05 Thread Jeff Layton
On Mon, 5 May 2014 06:53:01 +0200 Fabian Frederick wrote: > On Sun, 4 May 2014 18:52:43 -0400 > Jeff Layton wrote: > > > On Sat, May 3, 2014 at 4:15 PM, Fabian Frederick wrote: > > > Replacing all __constant_foo to foo() > > > except in smb2status.h (1700 lines to update). > > > > > > Cc: linu

Re: [PATCH 1/1] FS/CIFS: remove obsolete __constant

2014-05-04 Thread Fabian Frederick
On Sun, 4 May 2014 18:52:43 -0400 Jeff Layton wrote: > On Sat, May 3, 2014 at 4:15 PM, Fabian Frederick wrote: > > Replacing all __constant_foo to foo() > > except in smb2status.h (1700 lines to update). > > > > Cc: linux-c...@vger.kernel.org > > Cc: Steve French > > Cc: Andrew Morton > > Sign

Re: [PATCH 1/1] FS/CIFS: remove obsolete __constant

2014-05-04 Thread Jeff Layton
On Sat, May 3, 2014 at 4:15 PM, Fabian Frederick wrote: > Replacing all __constant_foo to foo() > except in smb2status.h (1700 lines to update). > > Cc: linux-c...@vger.kernel.org > Cc: Steve French > Cc: Andrew Morton > Signed-off-by: Fabian Frederick > --- > fs/cifs/cifsacl.c | 2 +- > fs/

[PATCH 1/1] FS/CIFS: remove obsolete __constant

2014-05-03 Thread Fabian Frederick
Replacing all __constant_foo to foo() except in smb2status.h (1700 lines to update). Cc: linux-c...@vger.kernel.org Cc: Steve French Cc: Andrew Morton Signed-off-by: Fabian Frederick --- fs/cifs/cifsacl.c | 2 +- fs/cifs/cifssmb.c | 20 ++-- fs/cifs/sess.c | 2 +- fs/ci