summaryrefslogtreecommitdiff
path: root/rust/zerocopy/src/pointer
diff options
context:
space:
mode:
authorShyam Prasad N <sprasad@microsoft.com>2026-03-10 13:30:17 +0300
committerSteve French <stfrench@microsoft.com>2026-06-25 00:49:02 +0300
commitf53208233b2acaafe2af99c63c02481b2f5bcb39 (patch)
treef5e0f09ce3bb9aefd3d6f0adc3a7e7644df7c313 /rust/zerocopy/src/pointer
parent99cd0a6eeb6c20fc6b914e7ce192c6b08e1ef906 (diff)
downloadlinux-f53208233b2acaafe2af99c63c02481b2f5bcb39.tar.xz
cifs: define variable sized buffer for querydir responses
QueryDirectory responses today are stored in one of two fixed sized buffers: smallbuf (448 bytes) or bigbuf (16KB). These are borrowed from server struct and are not sufficient for large-sized query dir operations. With this change we will now define a new buffer type specifically for cifs_search_info to hold variable sized responses. These will be allocated by kmalloc and freed by kfree. Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'rust/zerocopy/src/pointer')
0 files changed, 0 insertions, 0 deletions