cifs: add passthrough for smb2 setinfo
Add support to send smb2 set-info commands from userspace. Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Paulo Alcantara <palcantara@suse.de>
This commit is contained in:

committed by
Steve French

parent
86e14e1205
commit
0e90696dc2
@@ -46,6 +46,7 @@ struct smb_snapshot_array {
|
||||
/* query_info flags */
|
||||
#define PASSTHRU_QUERY_INFO 0x00000000
|
||||
#define PASSTHRU_FSCTL 0x00000001
|
||||
#define PASSTHRU_SET_INFO 0x00000002
|
||||
struct smb_query_info {
|
||||
__u32 info_type;
|
||||
__u32 file_info_class;
|
||||
|
Reference in New Issue
Block a user