Skip to content

Commit f2762ae

Browse files
Paulo Alcantarasmfrench
authored andcommitted
smb: client: query reparse points in older dialects
Enable the client to query reparse points in SMB2+. Signed-off-by: Paulo Alcantara (SUSE) <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 9a49e22 commit f2762ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fs/smb/client/smb2ops.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5178,6 +5178,7 @@ struct smb_version_operations smb20_operations = {
51785178
.can_echo = smb2_can_echo,
51795179
.echo = SMB2_echo,
51805180
.query_path_info = smb2_query_path_info,
5181+
.query_reparse_point = smb2_query_reparse_point,
51815182
.get_srv_inum = smb2_get_srv_inum,
51825183
.query_file_info = smb2_query_file_info,
51835184
.set_path_size = smb2_set_path_size,
@@ -5279,6 +5280,7 @@ struct smb_version_operations smb21_operations = {
52795280
.can_echo = smb2_can_echo,
52805281
.echo = SMB2_echo,
52815282
.query_path_info = smb2_query_path_info,
5283+
.query_reparse_point = smb2_query_reparse_point,
52825284
.get_srv_inum = smb2_get_srv_inum,
52835285
.query_file_info = smb2_query_file_info,
52845286
.set_path_size = smb2_set_path_size,

0 commit comments

Comments
 (0)