smb: client: reduce number of parameters in smb2_compound_op()
authorPaulo Alcantara <pc@manguebit.com>
Thu, 25 Jan 2024 22:21:48 +0000 (19:21 -0300)
committerSteve French <stfrench@microsoft.com>
Mon, 11 Mar 2024 00:33:58 +0000 (19:33 -0500)
commitfa792d8d235c20df5f422e4bd172db1efde55ab9
tree436f64f647243fe50df99e4e2a11d6a6719e3494
parent6914d288c63682e20e0f6e1e0b8e8f5847012d67
smb: client: reduce number of parameters in smb2_compound_op()

Replace @desired_access, @create_disposition, @create_options and
@mode parameters with a single @oparms.

No functional changes.

Signed-off-by: Paulo Alcantara <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsglob.h
fs/smb/client/smb2inode.c