aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r--fs/cifs/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 6b520aad7af3..965050867599 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -1339,7 +1339,7 @@ cifs_find_tcp_session(struct in_addr *target_ip_addr,
1339 memcmp(&ses->server->addr.sockAddr6.sin6_addr, 1339 memcmp(&ses->server->addr.sockAddr6.sin6_addr,
1340 target_ip6_addr, sizeof(*target_ip6_addr))) 1340 target_ip6_addr, sizeof(*target_ip6_addr)))
1341 continue; 1341 continue;
1342 /* BB lock server and tcp session and increment use count here?? */ 1342 /* BB lock server and tcp session; increment use count here?? */
1343 1343
1344 /* found a match on the TCP session */ 1344 /* found a match on the TCP session */
1345 *psrvTcp = ses->server; 1345 *psrvTcp = ses->server;