diff options
Diffstat (limited to 'include/linux/falloc.h')
| -rw-r--r-- | include/linux/falloc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/falloc.h b/include/linux/falloc.h new file mode 100644 index 000000000000..8e912ab6a072 --- /dev/null +++ b/include/linux/falloc.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #ifndef _FALLOC_H_ | ||
| 2 | #define _FALLOC_H_ | ||
| 3 | |||
| 4 | #define FALLOC_FL_KEEP_SIZE 0x01 /* default is extend size */ | ||
| 5 | |||
| 6 | #endif /* _FALLOC_H_ */ | ||
