[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230904174848.GA30774@sol.localdomain>
Date: Mon, 4 Sep 2023 10:48:48 -0700
From: Eric Biggers <ebiggers@...nel.org>
To: linux-ext4@...r.kernel.org
Cc: Paulo Antonio Alvarez <pauloaalvarez@...il.com>
Subject: Re: [e2fsprogs PATCH] libext2fs: fix ext2fs_get_device_size2()
return value on Windows
On Tue, Feb 28, 2023 at 07:45:18PM -0800, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@...gle.com>
>
> Creating a file system on Windows without a pre-existing file stopped
> working because the Windows version of ext2fs_get_device_size2() doesn't
> return ENOENT if the file doesn't exist. Fix this.
>
> Fixes: 53464654bd33 ("mke2fs: fix creating a file system image w/o a pre-existing file")
> Signed-off-by: Eric Biggers <ebiggers@...gle.com>
> ---
> .github/workflows/ci.yml | 1 -
> lib/ext2fs/getsize.c | 31 +++++++++++--------------------
> lib/ext2fs/windows_io.c | 11 -----------
> 3 files changed, 11 insertions(+), 32 deletions(-)
Ping.
Powered by blists - more mailing lists