Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: lustre: tracefile: Remove wrapper function

Remove the function cfs_trace_put_console_buffer() as it is no longer
required.

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Shivani Bhardwaj and committed by
Greg Kroah-Hartman
5a2f464a 87af1d2e

-6
-6
drivers/staging/lustre/lustre/libcfs/tracefile.h
··· 279 279 return cfs_trace_console_buffers[i][j]; 280 280 } 281 281 282 - static inline void 283 - cfs_trace_put_console_buffer(char *buffer) 284 - { 285 - put_cpu(); 286 - } 287 - 288 282 static inline struct cfs_trace_cpu_data * 289 283 cfs_trace_get_tcd(void) 290 284 {