On Fri, Nov 06, 2015 at 10:04:41PM +0000, Simmons, James A. wrote: > >From: devel [mailto:[email protected]] On > >Behalf Of Shivani Bhardwaj > >Sent: Friday, November 06, 2015 12:18 PM > >To: [email protected] > >Cc: [email protected]; [email protected]; > >[email protected]; [email protected] > >Subject: [PATCH 1/3] Staging: lustre: module: Replace function calls > > > >Replace the calls of function cfs_trace_free_string_buffer() with > >kfree() as the former function is not required. > > > >Signed-off-by: Shivani Bhardwaj <[email protected]> > >--- > > drivers/staging/lustre/lustre/libcfs/module.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > Acked-by: James Simmons <[email protected]> > > diff --git a/drivers/staging/lustre/lustre/libcfs/module.c > b/drivers/staging/lustre/lustre/libcfs/module.c > index 50e8fd2..516a9e7 100644 > --- a/drivers/staging/lustre/lustre/libcfs/module.c > +++ b/drivers/staging/lustre/lustre/libcfs/module.c > @@ -392,7 +392,7 @@ static int __proc_dobitmasks(void *data, int write, > } else {
Why do your acks include the original diff without the "> " prefix? How are you even managing that trick? regards, dan carpenter _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
