Re: [PATCH 25/31] fs/ubifs: use kmemdup rather than duplicating its implementation

2015-08-10 Thread Artem Bityutskiy
On Fri, 2015-08-07 at 09:59 +0200, Andrzej Hajda wrote: > The patch was generated using fixed coccinelle semantic patch > scripts/coccinelle/api/memdup.cocci [1]. > > [1]: http://permalink.gmane.org/gmane.linux.kernel/2014320 > > Signed-off-by: Andrzej Hajda Picked to 'linux-ubifs.git',

Re: [PATCH 25/31] fs/ubifs: use kmemdup rather than duplicating its implementation

2015-08-10 Thread Artem Bityutskiy
On Fri, 2015-08-07 at 09:59 +0200, Andrzej Hajda wrote: The patch was generated using fixed coccinelle semantic patch scripts/coccinelle/api/memdup.cocci [1]. [1]: http://permalink.gmane.org/gmane.linux.kernel/2014320 Signed-off-by: Andrzej Hajda a.ha...@samsung.com Picked to

Re: [PATCH 25/31] fs/ubifs: use kmemdup rather than duplicating its implementation

2015-08-08 Thread Richard Weinberger
On Fri, Aug 7, 2015 at 9:59 AM, Andrzej Hajda wrote: > The patch was generated using fixed coccinelle semantic patch > scripts/coccinelle/api/memdup.cocci [1]. > > [1]: http://permalink.gmane.org/gmane.linux.kernel/2014320 > > Signed-off-by: Andrzej Hajda > --- > fs/ubifs/lpt.c | 6 ++ >

Re: [PATCH 25/31] fs/ubifs: use kmemdup rather than duplicating its implementation

2015-08-08 Thread Richard Weinberger
On Fri, Aug 7, 2015 at 9:59 AM, Andrzej Hajda a.ha...@samsung.com wrote: The patch was generated using fixed coccinelle semantic patch scripts/coccinelle/api/memdup.cocci [1]. [1]: http://permalink.gmane.org/gmane.linux.kernel/2014320 Signed-off-by: Andrzej Hajda a.ha...@samsung.com ---

[PATCH 25/31] fs/ubifs: use kmemdup rather than duplicating its implementation

2015-08-07 Thread Andrzej Hajda
The patch was generated using fixed coccinelle semantic patch scripts/coccinelle/api/memdup.cocci [1]. [1]: http://permalink.gmane.org/gmane.linux.kernel/2014320 Signed-off-by: Andrzej Hajda --- fs/ubifs/lpt.c | 6 ++ fs/ubifs/tnc.c | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-)

[PATCH 25/31] fs/ubifs: use kmemdup rather than duplicating its implementation

2015-08-07 Thread Andrzej Hajda
The patch was generated using fixed coccinelle semantic patch scripts/coccinelle/api/memdup.cocci [1]. [1]: http://permalink.gmane.org/gmane.linux.kernel/2014320 Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- fs/ubifs/lpt.c | 6 ++ fs/ubifs/tnc.c | 3 +-- 2 files changed, 3