diff options
author | Chen Hanxiao <chenhx.fnst@fujitsu.com> | 2024-02-08 11:06:26 +0300 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2024-03-01 17:12:30 +0300 |
commit | f81040276a65780fd40cd1a964f1d2c1e7959f75 (patch) | |
tree | 7eb88f9ad7ab5321b9aa7efbfc41a4c202daa463 /fs/nfsd | |
parent | e084ee673c77cade06ab4c2e36b5624c82608b8c (diff) | |
download | linux-f81040276a65780fd40cd1a964f1d2c1e7959f75.tar.xz |
nfsd: clean up comments over nfs4_client definition
nfsd fault injection has been deprecated since
commit 9d60d93198c6 ("Deprecate nfsd fault injection")
and removed by
commit e56dc9e2949e ("nfsd: remove fault injection code")
So remove the outdated parts about fault injection.
Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd')
-rw-r--r-- | fs/nfsd/state.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index be02bf1a16bd..0c8ec578ba7e 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h @@ -334,8 +334,9 @@ enum { * 0. If they are not renewed within a lease period, they become eligible for * destruction by the laundromat. * - * These objects can also be destroyed prematurely by the fault injection code, - * or if the client sends certain forms of SETCLIENTID or EXCHANGE_ID updates. + * These objects can also be destroyed if the client sends certain forms of + * SETCLIENTID or EXCHANGE_ID operations. + * * Care is taken *not* to do this however when the objects have an elevated * refcount. * @@ -343,7 +344,7 @@ enum { * * o Each nfs4_clients is also hashed by name (the opaque quantity initially * sent by the client to identify itself). - * + * * o cl_perclient list is used to ensure no dangling stateowner references * when we expire the nfs4_client */ |