From: Dmitry V. Levin Date: Mon, 14 Sep 2015 16:04:17 +0000 (+0000) Subject: Update FALLOC_FL_* constants X-Git-Tag: v4.11~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=137bf1b91012c37372ebba2a09404db2bfe90d8f;p=strace Update FALLOC_FL_* constants * xlat/falloc_flags.in: Add FALLOC_FL_INSERT_RANGE. --- diff --git a/xlat/falloc_flags.in b/xlat/falloc_flags.in index ff411bb3..936e960e 100644 --- a/xlat/falloc_flags.in +++ b/xlat/falloc_flags.in @@ -3,3 +3,4 @@ FALLOC_FL_PUNCH_HOLE FALLOC_FL_NO_HIDE_STALE FALLOC_FL_COLLAPSE_RANGE FALLOC_FL_ZERO_RANGE +FALLOC_FL_INSERT_RANGE