Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2...
[linux-2.6-block.git] / include / linux / falloc.h
index 3c155107d61f3d2f4be840dd2d175651ae1c1aa9..73e0b628e058cc28c8ae4eab030ff88f6f523d58 100644 (file)
@@ -2,6 +2,7 @@
 #define _FALLOC_H_
 
 #define FALLOC_FL_KEEP_SIZE    0x01 /* default is extend size */
+#define FALLOC_FL_PUNCH_HOLE   0x02 /* de-allocates range */
 
 #ifdef __KERNEL__