patch-2.4.10 linux/include/linux/nfsd/nfsd.h
Next file: linux/include/linux/nmi.h
Previous file: linux/include/linux/mtd/doc2000.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Sun Sep 23 10:32:16 2001
- Orig file:
v2.4.9/linux/include/linux/nfsd/nfsd.h
- Orig date:
Mon Aug 27 12:41:48 2001
diff -u --recursive --new-file v2.4.9/linux/include/linux/nfsd/nfsd.h linux/include/linux/nfsd/nfsd.h
@@ -171,6 +171,11 @@
#define nfserr_badtype __constant_htonl(NFSERR_BADTYPE)
#define nfserr_jukebox __constant_htonl(NFSERR_JUKEBOX)
+/* error code for internal use - if a request fails due to
+ * kmalloc failure, it gets dropped. Client should resend eventually
+ */
+#define nfserr_dropit __constant_htonl(30000)
+
/* Check for dir entries '.' and '..' */
#define isdotent(n, l) (l < 3 && n[0] == '.' && (l == 1 || n[1] == '.'))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)