From d6f1e66076929f071830334800fc380bd4954806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 5 Dec 2019 10:15:49 +0100 Subject: growfs: port over to resize_fs() --- src/shared/resize-fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/resize-fs.h') diff --git a/src/shared/resize-fs.h b/src/shared/resize-fs.h index b544176528..92b41d318c 100644 --- a/src/shared/resize-fs.h +++ b/src/shared/resize-fs.h @@ -5,7 +5,7 @@ #include "stat-util.h" -int resize_fs(int fd, uint64_t sz); +int resize_fs(int fd, uint64_t sz, uint64_t *ret_size); #define BTRFS_MINIMAL_SIZE (256U*1024U*1024U) #define XFS_MINIMAL_SIZE (14U*1024U*1024U) -- cgit v1.2.1