Re: [PATCH] cifs: use %16phN for formatting md5 sum

2016-12-14 Thread Steve French
merged into cifs-2.6.git for-next On Wed, Nov 30, 2016 at 4:40 PM, Rasmus Villemoes wrote: > Passing a gazillion arguments takes a lot of code: > > add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-253 (-253) > > Signed-off-by: Rasmus Villemoes >

Re: [PATCH] cifs: use %16phN for formatting md5 sum

2016-12-14 Thread Steve French
merged into cifs-2.6.git for-next On Wed, Nov 30, 2016 at 4:40 PM, Rasmus Villemoes wrote: > Passing a gazillion arguments takes a lot of code: > > add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-253 (-253) > > Signed-off-by: Rasmus Villemoes > --- > fs/cifs/link.c | 9 ++--- > 1 file

Re: [PATCH] cifs: use %16phN for formatting md5 sum

2016-12-14 Thread Pavel Shilovsky
2016-11-30 14:40 GMT-08:00 Rasmus Villemoes : > Passing a gazillion arguments takes a lot of code: > > add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-253 (-253) > > Signed-off-by: Rasmus Villemoes > --- > fs/cifs/link.c | 9 ++--- > 1 file

Re: [PATCH] cifs: use %16phN for formatting md5 sum

2016-12-14 Thread Pavel Shilovsky
2016-11-30 14:40 GMT-08:00 Rasmus Villemoes : > Passing a gazillion arguments takes a lot of code: > > add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-253 (-253) > > Signed-off-by: Rasmus Villemoes > --- > fs/cifs/link.c | 9 ++--- > 1 file changed, 2 insertions(+), 7 deletions(-) > > diff