Re: [PATCH] staging: lustre: Avoid creating two variables

2015-04-24 Thread hari prasath
On 24 April 2015 at 15:46, Gujulan Elango, Hari Prasath (H.) wrote: > This patch avoids creating two variables in the final assembly output > i.e. a string and a pointer to the string. > > Signed-off-by: Hari Prasath Gujulan Elango > --- > drivers/staging/lustre/lustre/libcfs/linux/linux-tracefi

[PATCH] staging: lustre: Avoid creating two variables

2015-04-24 Thread Gujulan Elango, Hari Prasath (H.)
This patch avoids creating two variables in the final assembly output i.e. a string and a pointer to the string. Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/lustre/lustre/libcfs/linux/linux-tracefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers