Loading
smb: client: change allocation requirements in smb2_compound_op
Currently, smb2_compound_op() allocates struct smb2_compound_vars *vars using GFP_ATOMIC, although smb2_compound_op() can sleep when it calls compound_send_recv() before vars is freed. Allocate vars using GFP_KERNEL. Signed-off-by:Fredric Cover <fredric.cover.lkernel@gmail.com> Signed-off-by:
Steve French <stfrench@microsoft.com>