btrfs-progs/image
Josef Bacik 8069b8b8cd btrfs-progs: drop btrfs_init_path
This simply zero's out the path, and this is used everywhere we use a
stack path.  Drop this usage and simply init the path's to empty instead
of using a function to do the memset.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2023-10-03 01:11:56 +02:00
..
Makefile btrfs-progs: build: add stub makefile to image and mkfs 2019-07-04 15:36:01 +02:00
common.c btrfs-progs: drop btrfs_init_path 2023-10-03 01:11:56 +02:00
common.h btrfs-progs: image: factor out the restore part from main.c 2023-08-28 17:24:25 +02:00
image-create.c btrfs-progs: drop btrfs_init_path 2023-10-03 01:11:56 +02:00
image-restore.c btrfs-progs: drop btrfs_init_path 2023-10-03 01:11:56 +02:00
main.c btrfs-progs: image: factor out the restore part from main.c 2023-08-28 17:24:25 +02:00
metadump.h btrfs-progs: image: factor out the restore part from main.c 2023-08-28 17:24:25 +02:00
sanitize.c btrfs-progs: image: convert int to bool in a few helpers 2023-06-08 00:08:35 +02:00
sanitize.h btrfs-progs: image: update include lists 2022-10-11 09:06:12 +02:00