Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
[sfrench/cifs-2.6.git] / include / linux / fadvise.h
index b2913bba35d87dafbb042b086face216609cb107..e8e747139b9a1483897f8c4b0aa9e8b9f4a49588 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 */