summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r--fs/nfs/nfs4proc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 557a5d636183..e8e12faa8604 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -5963,7 +5963,7 @@ out:
5963/** 5963/**
5964 * nfs4_proc_setclientid_confirm - Confirm client ID 5964 * nfs4_proc_setclientid_confirm - Confirm client ID
5965 * @clp: state data structure 5965 * @clp: state data structure
5966 * @res: result of a previous SETCLIENTID 5966 * @arg: result of a previous SETCLIENTID
5967 * @cred: credential to use for this call 5967 * @cred: credential to use for this call
5968 * 5968 *
5969 * Returns zero, a negative errno, or a negative NFS4ERR status code. 5969 * Returns zero, a negative errno, or a negative NFS4ERR status code.
@@ -7527,7 +7527,7 @@ int nfs4_proc_fsid_present(struct inode *inode, const struct cred *cred)
7527 return status; 7527 return status;
7528} 7528}
7529 7529
7530/** 7530/*
7531 * If 'use_integrity' is true and the state managment nfs_client 7531 * If 'use_integrity' is true and the state managment nfs_client
7532 * cl_rpcclient is using krb5i/p, use the integrity protected cl_rpcclient 7532 * cl_rpcclient is using krb5i/p, use the integrity protected cl_rpcclient
7533 * and the machine credential as per RFC3530bis and RFC5661 Security 7533 * and the machine credential as per RFC3530bis and RFC5661 Security
@@ -9219,7 +9219,7 @@ nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
9219 return status; 9219 return status;
9220} 9220}
9221 9221
9222/** 9222/*
9223 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if 9223 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
9224 * possible) as per RFC3530bis and RFC5661 Security Considerations sections 9224 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
9225 */ 9225 */
@@ -9484,7 +9484,7 @@ static const struct rpc_call_ops nfs41_free_stateid_ops = {
9484 * @server: server / transport on which to perform the operation 9484 * @server: server / transport on which to perform the operation
9485 * @stateid: state ID to release 9485 * @stateid: state ID to release
9486 * @cred: credential 9486 * @cred: credential
9487 * @is_recovery: set to true if this call needs to be privileged 9487 * @privileged: set to true if this call needs to be privileged
9488 * 9488 *
9489 * Note: this function is always asynchronous. 9489 * Note: this function is always asynchronous.
9490 */ 9490 */