mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-06 02:37:37 +00:00
btrfs-progs: fix re-declared get_device_info()
The other get_device_info() is in the same file, 4 lines above. Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
5f8cd780b9
commit
972cfbe32f
2
utils.h
2
utils.h
@ -187,8 +187,6 @@ int get_device_info(int fd, u64 devid,
|
||||
struct btrfs_ioctl_dev_info_args *di_args);
|
||||
int test_uuid_unique(char *fs_uuid);
|
||||
u64 disk_size(const char *path);
|
||||
int get_device_info(int fd, u64 devid,
|
||||
struct btrfs_ioctl_dev_info_args *di_args);
|
||||
u64 get_partition_size(const char *dev);
|
||||
|
||||
int test_minimum_size(const char *file, u32 nodesize);
|
||||
|
Loading…
Reference in New Issue
Block a user