Commit f8104027 authored by Chen Hanxiao's avatar Chen Hanxiao Committed by Chuck Lever
Browse files

nfsd: clean up comments over nfs4_client definition



nfsd fault injection has been deprecated since
commit 9d60d931 ("Deprecate nfsd fault injection")
and removed by
commit e56dc9e2 ("nfsd: remove fault injection code")

So remove the outdated parts about fault injection.

Signed-off-by: default avatarChen Hanxiao <chenhx.fnst@fujitsu.com>
Reviewed-by: default avatarJeff Layton <jlayton@kernel.org>
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent e084ee67
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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.
 *