summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorFredric Cover <fredric.cover.lkernel@gmail.com>2026-07-22 14:18:44 -0700
committerSteve French <stfrench@microsoft.com>2026-07-26 17:40:20 -0500
commit9349dd0646673964eb9e993050526029fc599677 (patch)
tree1e9545b1f3995201b67dfa7c2477d89eef0e2c87 /tools/perf/scripts/python/bin
parentf5098b6bae761e346ebcd9da7f95622c04733cff (diff)
smb: client: use GFP_KERNEL for registry allocation
Currently, cifs_get_swn_reg() allocates new registry entries using GFP_ATOMIC. Since we lock a mutex here, this is clearly not an atomic context. Use GFP_KERNEL instead. Also, fix a minor grammatical error in the comment above the function. Signed-off-by: Fredric Cover <fredric.cover.lkernel@gmail.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions