Skip to content

Commit f810402

Browse files
chenhanxiaochucklever
authored andcommitted
nfsd: clean up comments over nfs4_client definition
nfsd fault injection has been deprecated since commit 9d60d93 ("Deprecate nfsd fault injection") and removed by commit e56dc9e ("nfsd: remove fault injection code") So remove the outdated parts about fault injection. Signed-off-by: Chen Hanxiao <[email protected]> Reviewed-by: Jeff Layton <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent e084ee6 commit f810402

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fs/nfsd/state.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,16 +334,17 @@ enum {
334334
* 0. If they are not renewed within a lease period, they become eligible for
335335
* destruction by the laundromat.
336336
*
337-
* These objects can also be destroyed prematurely by the fault injection code,
338-
* or if the client sends certain forms of SETCLIENTID or EXCHANGE_ID updates.
337+
* These objects can also be destroyed if the client sends certain forms of
338+
* SETCLIENTID or EXCHANGE_ID operations.
339+
*
339340
* Care is taken *not* to do this however when the objects have an elevated
340341
* refcount.
341342
*
342343
* o Each nfs4_client is hashed by clientid
343344
*
344345
* o Each nfs4_clients is also hashed by name (the opaque quantity initially
345346
* sent by the client to identify itself).
346-
*
347+
*
347348
* o cl_perclient list is used to ensure no dangling stateowner references
348349
* when we expire the nfs4_client
349350
*/

0 commit comments

Comments
 (0)