commit | 2c6251ad91afc2e3c671c904702e8d121d3d50c0 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Wed Feb 12 22:37:08 2020 -0600 |
committer | Steve French <stfrench@microsoft.com> | Fri Feb 14 11:10:06 2020 -0600 |
tree | dec26dc2b83c1e4720168c77551de44ad5bbc12b | |
parent | f52aa79df43c4509146140de0241bc21a4a3b4c7 [diff] |
cifs: enable change notification for SMB2.1 dialect It was originally enabled only for SMB3 or later dialects, but had requests to add it to SMB2.1 mounts as well given the large number of systems at that dialect level. Signed-off-by: Steve French <stfrench@microsoft.com> Reported-by: L Walsh <cifs@tlinx.org> Acked-by: Ronnie Sahlberg <lsahlber@redhat.com>