Skip to content

Commit

Permalink
Merge branch 'fallocate-options-excl' of https://github.com/aerusso/u…
Browse files Browse the repository at this point in the history
…til-linux

* 'fallocate-options-excl' of https://github.com/aerusso/util-linux:
  fallocate: rework incompatible options
  • Loading branch information
karelzak committed Mar 4, 2025
2 parents 455e609 + 7130d90 commit 1d11303
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sys-utils/fallocate.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,8 @@ 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', 'p', 'x', 'z'},
{ 'c', 'i', 'n', 'x' },
{ 0 }
};
int excl_st[ARRAY_SIZE(excl)] = UL_EXCL_STATUS_INIT;
Expand Down

0 comments on commit 1d11303

Please sign in to comment.