mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
cifs: Scripted clean up fs/smb/client/cifs_debug.h
Remove externs, correct argument names and reformat declarations. Signed-off-by: David Howells <dhowells@redhat.com> cc: Steve French <sfrench@samba.org> cc: Paulo Alcantara <pc@manguebit.org> cc: Enzo Matsumiya <ematsumiya@suse.de> cc: linux-cifs@vger.kernel.org cc: linux-fsdevel@vger.kernel.org cc: linux-kernel@vger.kernel.org Acked-by: Enzo Matsumiya <ematsumiya@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
4f8a3a1dfb
commit
7e335c003e
|
|
@ -15,7 +15,8 @@
|
|||
#define pr_fmt(fmt) "CIFS: " fmt
|
||||
|
||||
void cifs_dump_mem(char *label, void *data, int length);
|
||||
void cifs_dump_detail(void *buf, size_t buf_len, struct TCP_Server_Info *server);
|
||||
void cifs_dump_detail(void *buf, size_t buf_len,
|
||||
struct TCP_Server_Info *server);
|
||||
void cifs_dump_mids(struct TCP_Server_Info *server);
|
||||
extern bool traceSMB; /* flag which enables the function below */
|
||||
void dump_smb(void *buf, int smb_buf_length);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user