Commit 6b4ca49d authored by NeilBrown's avatar NeilBrown Committed by Chuck Lever
Browse files

nfsd: remove stale comment in nfs4_show_deleg()



As we do now support write delegations, this comment is unhelpful and
misleading.

Reported-by: default avatarJeff Layton <jlayton@kernel.org>
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent e3179e44
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2711,7 +2711,6 @@ static int nfs4_show_deleg(struct seq_file *s, struct nfs4_stid *st)
	nfs4_show_stateid(s, &st->sc_stateid);
	seq_printf(s, ": { type: deleg, ");

	/* Kinda dead code as long as we only support read delegs: */
	seq_printf(s, "access: %s, ",
		ds->dl_type == NFS4_OPEN_DELEGATE_READ ? "r" : "w");