Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aerusso/util-linux
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/aerusso/util-linux:
  fallocate: keep-size and zero-range are compatible
  • Loading branch information
karelzak committed Feb 12, 2025
2 parents 3775f46 + 09786b7 commit d95f9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-utils/fallocate.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ int main(int argc, char **argv)
static const ul_excl_t excl[] = { /* rows and cols in ASCII order */
{ 'c', 'd', 'p', 'z' },
{ 'c', 'n' },
{ 'c', 'd', 'i', 'n', 'p', 'x', 'z'},
{ 'c', 'd', 'i', 'p', 'x', 'z'},
{ 0 }
};
int excl_st[ARRAY_SIZE(excl)] = UL_EXCL_STATUS_INIT;
Expand Down

0 comments on commit d95f9a6

Please sign in to comment.