mbox series

[0/4] btrfs-progs: tests: fix warnings during make test

Message ID cover.1687485959.git.anand.jain@oracle.com (mailing list archive)
Headers show
Series btrfs-progs: tests: fix warnings during make test | expand

Message

Anand Jain June 23, 2023, 7:58 a.m. UTC
This set of patches addresses the warnings when running the following commands:

  $ rm fssum fsstress
  $ make test

Ensure cleaner test suite for btrfs-progs.

Anand Jain (4):
  btrfs-progs: tests/fssum.c: fix missing prototype warning
  btrfs-progs: tests/fsstress.c: move do_mmap under HAVE_SYS_MMAN_H
  btrfs-progs: tests/fsstress.c: move do_fallocate under
    HAVE_LINUX_FALLOC_H
  btrfs-progs: tests/fsstress.c: move delete_subvol_children under
    HAVE_BTRFSUTIL_H

 tests/fsstress.c | 10 ++++++----
 tests/fssum.c    | 46 +++++++++++++++++++++++-----------------------
 2 files changed, 29 insertions(+), 27 deletions(-)

Comments

David Sterba June 28, 2023, 7:45 p.m. UTC | #1
On Fri, Jun 23, 2023 at 03:58:58PM +0800, Anand Jain wrote:
> This set of patches addresses the warnings when running the following commands:
> 
>   $ rm fssum fsstress
>   $ make test
> 
> Ensure cleaner test suite for btrfs-progs.
> 
> Anand Jain (4):
>   btrfs-progs: tests/fssum.c: fix missing prototype warning
>   btrfs-progs: tests/fsstress.c: move do_mmap under HAVE_SYS_MMAN_H
>   btrfs-progs: tests/fsstress.c: move do_fallocate under
>     HAVE_LINUX_FALLOC_H
>   btrfs-progs: tests/fsstress.c: move delete_subvol_children under
>     HAVE_BTRFSUTIL_H

Added to devel, thanks.