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 d90b80f..504cc19 100644 (file)
@@ -24,6 +24,9 @@
 #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
 
 #endif