diff options
author | Namjae Jeon <linkinjeon@kernel.org> | 2021-08-31 16:47:02 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-09-04 07:29:45 +0300 |
commit | 687c59e702f48e0eca91455d3ef3197b7b8a8314 (patch) | |
tree | 9b2a5b41414bfed88c0208847c40e2f19952649d /fs/ksmbd/vfs_cache.h | |
parent | 72d6cbb533d4309734606027fe083c4edb0aa7aa (diff) | |
download | linux-687c59e702f48e0eca91455d3ef3197b7b8a8314.tar.xz |
ksmbd: remove unused ksmbd_file_table_flush function
ksmbd_file_table_flush is a leftover from SMB1. This function is no longer
needed as SMB1 has been removed from ksmbd.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/ksmbd/vfs_cache.h')
-rw-r--r-- | fs/ksmbd/vfs_cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ksmbd/vfs_cache.h b/fs/ksmbd/vfs_cache.h index 70dfe6a99f13..448576fbe4b7 100644 --- a/fs/ksmbd/vfs_cache.h +++ b/fs/ksmbd/vfs_cache.h @@ -152,7 +152,6 @@ void ksmbd_close_session_fds(struct ksmbd_work *work); int ksmbd_close_inode_fds(struct ksmbd_work *work, struct inode *inode); int ksmbd_init_global_file_table(void); void ksmbd_free_global_file_table(void); -int ksmbd_file_table_flush(struct ksmbd_work *work); void ksmbd_set_fd_limit(unsigned long limit); /* |