]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: lustre: module: Replace function calls
authorShivani Bhardwaj <shivanib134@gmail.com>
Fri, 6 Nov 2015 17:18:29 +0000 (22:48 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commit5ec3f7d2f4906f456f74ddfb5b52ad8a102182d8
tree3269c9d6d855a0637adc2c23fee7ccd5addb2d7b
parentc8d02619b38de1a7a16c785e140fc28975270b7e
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 <shivanib134@gmail.com>
Acked-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/module.c