summaryrefslogtreecommitdiff
path: root/mm/tests/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorShyam Prasad N <sprasad@microsoft.com>2026-03-10 16:00:17 +0530
committerSteve French <stfrench@microsoft.com>2026-06-24 16:49:02 -0500
commitf53208233b2acaafe2af99c63c02481b2f5bcb39 (patch)
treef5e0f09ce3bb9aefd3d6f0adc3a7e7644df7c313 /mm/tests/git@git.tavy.me:linux.git
parent99cd0a6eeb6c20fc6b914e7ce192c6b08e1ef906 (diff)
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 'mm/tests/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions