Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / linux / errno.h
index a1f948f..504cc19 100644 (file)
 #define EBADTYPE       527     /* Type not supported by server */
 #define EJUKEBOX       528     /* Request initiated, but will not complete before timeout */
 #define EIOCBQUEUED    529     /* iocb queued, will get completion event */
+#define EIOCBRETRY     530     /* iocb queued, will trigger a retry */
+
+/* Defined for TUX async IO */
+#define EWOULDBLOCKIO  530     /* Would block due to block-IO */
 
 #endif