From 780176f3564d625a72446b16de68f2175b9fc516 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 9 Feb 2017 17:42:02 +0100 Subject: btrfs-progs: remove unused argument from print_device_sizes Signed-off-by: David Sterba --- cmds-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds-device.c') diff --git a/cmds-device.c b/cmds-device.c index 7915bc97..5416ea1a 100644 --- a/cmds-device.c +++ b/cmds-device.c @@ -535,7 +535,7 @@ static int _cmd_device_usage(int fd, char *path, unsigned unit_mode) for (i = 0; i < devcount; i++) { printf("%s, ID: %llu\n", devinfo[i].path, devinfo[i].devid); - print_device_sizes(fd, &devinfo[i], unit_mode); + print_device_sizes(&devinfo[i], unit_mode); print_device_chunks(fd, &devinfo[i], chunkinfo, chunkcount, unit_mode); printf("\n"); -- cgit v1.2.3