Skip to content

Commit 2c6251a

Browse files
committed
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 <[email protected]> Reported-by: L Walsh <[email protected]> Acked-by: Ronnie Sahlberg <[email protected]>
1 parent f52aa79 commit 2c6251a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/cifs/smb2ops.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4795,6 +4795,7 @@ struct smb_version_operations smb21_operations = {
47954795
.wp_retry_size = smb2_wp_retry_size,
47964796
.dir_needs_close = smb2_dir_needs_close,
47974797
.enum_snapshots = smb3_enum_snapshots,
4798+
.notify = smb3_notify,
47984799
.get_dfs_refer = smb2_get_dfs_refer,
47994800
.select_sectype = smb2_select_sectype,
48004801
#ifdef CONFIG_CIFS_XATTR

0 commit comments

Comments
 (0)