mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 04:19:23 -04:00
Staging: lustre: tracefile: Remove function prototype
Remove the prototype of function cfs_trace_free_string_buffer() as it is no longer needed. Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7cbf673d8b
commit
7fb6f46b14
@@ -70,7 +70,6 @@ int cfs_trace_copyin_string(char *knl_buffer, int knl_buffer_nob,
|
||||
int cfs_trace_copyout_string(char __user *usr_buffer, int usr_buffer_nob,
|
||||
const char *knl_str, char *append);
|
||||
int cfs_trace_allocate_string_buffer(char **str, int nob);
|
||||
void cfs_trace_free_string_buffer(char *str, int nob);
|
||||
int cfs_trace_dump_debug_buffer_usrstr(void __user *usr_str, int usr_str_nob);
|
||||
int cfs_trace_daemon_command(char *str);
|
||||
int cfs_trace_daemon_command_usrstr(void __user *usr_str, int usr_str_nob);
|
||||
|
||||
Reference in New Issue
Block a user