@@ -1089,7 +1089,7 @@ cifs_demultiplex_thread(void *p)
1089
1089
module_put_and_exit (0 );
1090
1090
}
1091
1091
1092
- /**
1092
+ /*
1093
1093
* Returns true if srcaddr isn't specified and rhs isn't specified, or
1094
1094
* if srcaddr is specified and matches the IP address of the rhs argument
1095
1095
*/
@@ -1549,6 +1549,9 @@ static int match_session(struct cifs_ses *ses, struct smb3_fs_context *ctx)
1549
1549
1550
1550
/**
1551
1551
* cifs_setup_ipc - helper to setup the IPC tcon for the session
1552
+ * @ses: smb session to issue the request on
1553
+ * @ctx: the superblock configuration context to use for building the
1554
+ * new tree connection for the IPC (interprocess communication RPC)
1552
1555
*
1553
1556
* A new IPC connection is made and stored in the session
1554
1557
* tcon_ipc. The IPC tcon has the same lifetime as the session.
@@ -1604,6 +1607,7 @@ cifs_setup_ipc(struct cifs_ses *ses, struct smb3_fs_context *ctx)
1604
1607
1605
1608
/**
1606
1609
* cifs_free_ipc - helper to release the session IPC tcon
1610
+ * @ses: smb session to unmount the IPC from
1607
1611
*
1608
1612
* Needs to be called everytime a session is destroyed.
1609
1613
*
@@ -1854,6 +1858,8 @@ cifs_set_cifscreds(struct smb3_fs_context *ctx __attribute__((unused)),
1854
1858
1855
1859
/**
1856
1860
* cifs_get_smb_ses - get a session matching @ctx data from @server
1861
+ * @server: server to setup the session to
1862
+ * @ctx: superblock configuration context to use to setup the session
1857
1863
*
1858
1864
* This function assumes it is being called from cifs_mount() where we
1859
1865
* already got a server reference (server refcount +1). See
@@ -2064,6 +2070,8 @@ cifs_put_tcon(struct cifs_tcon *tcon)
2064
2070
2065
2071
/**
2066
2072
* cifs_get_tcon - get a tcon matching @ctx data from @ses
2073
+ * @ses: smb session to issue the request on
2074
+ * @ctx: the superblock configuration context to use for building the
2067
2075
*
2068
2076
* - tcon refcount is the number of mount points using the tcon.
2069
2077
* - ses refcount is the number of tcon using the session.
@@ -3029,7 +3037,7 @@ build_unc_path_to_root(const struct smb3_fs_context *ctx,
3029
3037
return full_path ;
3030
3038
}
3031
3039
3032
- /**
3040
+ /*
3033
3041
* expand_dfs_referral - Perform a dfs referral query and update the cifs_sb
3034
3042
*
3035
3043
* If a referral is found, cifs_sb->ctx->mount_options will be (re-)allocated
0 commit comments