diff options
author | 2021-06-18 10:17:37 +0900 | |
---|---|---|
committer | 2021-06-22 16:11:05 +0900 | |
commit | c30f4eb84badf7476824c38f874542a2e653b46b (patch) | |
tree | f50592f18bc97cccc7a488bcb87f492881b48855 /fs/cifsd/vfs_cache.h | |
parent | ksmbd: add support for SMB3 multichannel (diff) | |
download | wireguard-linux-c30f4eb84badf7476824c38f874542a2e653b46b.tar.xz wireguard-linux-c30f4eb84badf7476824c38f874542a2e653b46b.zip |
ksmbd: remove cache read/trans buffer support
As vmalloc performance improvement patch for big allocation is merged into
linux kernel, This feature is no longer not needed.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
-rw-r--r-- | fs/cifsd/vfs_cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifsd/vfs_cache.h b/fs/cifsd/vfs_cache.h index 635eedbd497c..745855367106 100644 --- a/fs/cifsd/vfs_cache.h +++ b/fs/cifsd/vfs_cache.h @@ -182,4 +182,6 @@ void ksmbd_set_inode_pending_delete(struct ksmbd_file *fp); void ksmbd_clear_inode_pending_delete(struct ksmbd_file *fp); void ksmbd_fd_set_delete_on_close(struct ksmbd_file *fp, int file_info); +int ksmbd_init_file_cache(void); +void ksmbd_exit_file_cache(void); #endif /* __VFS_CACHE_H__ */ |