summaryrefslogtreecommitdiff
path: root/fs/nfsd/cache.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2013-01-28 19:41:09 (GMT)
committerJ. Bruce Fields <bfields@redhat.com>2013-02-04 14:16:20 (GMT)
commit09662d58d5a2d75c8c29558dda4fc5134ef14b25 (patch)
treebe11250e241e7b22a9e86906cf2db9ca18788c59 /fs/nfsd/cache.h
parent6dc8889589678c228a675b9f01721318a31a8f5b (diff)
downloadlinux-09662d58d5a2d75c8c29558dda4fc5134ef14b25.tar.xz
nfsd: get rid of RC_INTR
The reply cache code never returns this status. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/cache.h')
-rw-r--r--fs/nfsd/cache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfsd/cache.h b/fs/nfsd/cache.h
index 2cac76c..f8c6df8 100644
--- a/fs/nfsd/cache.h
+++ b/fs/nfsd/cache.h
@@ -50,8 +50,7 @@ enum {
enum {
RC_DROPIT,
RC_REPLY,
- RC_DOIT,
- RC_INTR
+ RC_DOIT
};
/*