smb3: fix snapshot mount option
authorSteve French <stfrench@microsoft.com>
Sat, 12 Feb 2022 07:54:14 +0000 (01:54 -0600)
committerSteve French <stfrench@microsoft.com>
Sun, 13 Feb 2022 20:56:16 +0000 (14:56 -0600)
commit9405b5f8b20c2bfa6523a555279a0379640dc136
treebb7ed2a13bed93b7b3a9fcf33e201ef337c33751
parent754e0b0e35608ed5206d6a67a791563c631cec07
smb3: fix snapshot mount option

The conversion to the new API broke the snapshot mount option
due to 32 vs. 64 bit type mismatch

Fixes: 24e0a1eff9e2 ("cifs: switch to new mount api")
Cc: stable@vger.kernel.org # 5.11+
Reported-by: <ruckajan10@gmail.com>
Acked-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/fs_context.c