]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/fadvise.h
[PATCH] Make most file operations structs in fs/ const
[linux-2.6-omap-h63xx.git] / include / linux / fadvise.h
index e8e747139b9a1483897f8c4b0aa9e8b9f4a49588..b2913bba35d87dafbb042b086face216609cb107 100644 (file)
 #define POSIX_FADV_NOREUSE     5 /* Data will be accessed once.  */
 #endif
 
+/*
+ * Linux-specific fadvise() extensions:
+ */
+#define LINUX_FADV_ASYNC_WRITE 32      /* Start writeout on range */
+#define LINUX_FADV_WRITE_WAIT  33      /* Wait upon writeout to range */
+
 #endif /* FADVISE_H_INCLUDED */