]> asedeno.scripts.mit.edu Git - linux.git/commit
SMB3: Backup intent flag missing from compounded ops
authorSteve French <stfrench@microsoft.com>
Tue, 28 Aug 2018 21:14:21 +0000 (16:14 -0500)
committerSteve French <stfrench@microsoft.com>
Wed, 24 Oct 2018 02:16:04 +0000 (21:16 -0500)
commit4d5bdf28690a304e089ce750efc8b7dd718945c7
tree037e6e797120526140572fe86384b96d7556a9e9
parent14e562ada2b152cdeb49a1aec40fac402d19f3ce
SMB3: Backup intent flag missing from compounded ops

When "backup intent" is requested on the mount (e.g. backupuid or
backupgid mount options), the corresponding flag was missing from
some of the new compounding operations as well (now that
open_query_close is gone).

Related to kernel bugzilla #200953

Reported-and-tested-by: <whh@rubrik.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
fs/cifs/smb2inode.c