diff options
| author | David Howells <dhowells@redhat.com> | 2025-12-11 14:50:50 +0300 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2026-02-09 02:07:44 +0300 |
| commit | cfda5641476b67acdca16a0b5ab0d8572b3e5ecb (patch) | |
| tree | 4b98adf403cb3bdd12375cd87dac04edce24b416 | |
| parent | c63510dd2099109d50d2473ba5134c984063ac30 (diff) | |
| download | linux-cfda5641476b67acdca16a0b5ab0d8572b3e5ecb.tar.xz | |
cifs: Scripted clean up fs/smb/client/compress.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>
| -rw-r--r-- | fs/smb/client/compress.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/smb/client/compress.h b/fs/smb/client/compress.h index 63aea32fbe92..2679baca129b 100644 --- a/fs/smb/client/compress.h +++ b/fs/smb/client/compress.h @@ -30,7 +30,8 @@ typedef int (*compress_send_fn)(struct TCP_Server_Info *, int, struct smb_rqst *); -int smb_compress(struct TCP_Server_Info *server, struct smb_rqst *rq, compress_send_fn send_fn); +int smb_compress(struct TCP_Server_Info *server, struct smb_rqst *rq, + compress_send_fn send_fn); bool should_compress(const struct cifs_tcon *tcon, const struct smb_rqst *rq); /* |
