Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09662d58 authored by Jeff Layton's avatar Jeff Layton Committed by J. Bruce Fields
Browse files

nfsd: get rid of RC_INTR



The reply cache code never returns this status.

Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 6dc88895
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -50,8 +50,7 @@ enum {
enum {
	RC_DROPIT,
	RC_REPLY,
	RC_DOIT,
	RC_INTR
	RC_DOIT
};

/*
+0 −1
Original line number Diff line number Diff line
@@ -652,7 +652,6 @@ nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp)

	/* Check whether we have this call in the cache. */
	switch (nfsd_cache_lookup(rqstp)) {
	case RC_INTR:
	case RC_DROPIT:
		return 0;
	case RC_REPLY: