Re: [PATCH] vfs: Fix EOVERFLOW testing in put_compat_statfs64

From: Linus Torvalds
Date: Thu Oct 03 2019 - 17:22:52 EST


On Wed, Oct 2, 2019 at 2:17 PM Eric Sandeen <sandeen@xxxxxxxxxx> wrote:
>
> As a result, 32-bit userspace gets -EOVERFLOW for i.e. large file
> counts even with -D_FILE_OFFSET_BITS=64 set.

Applied.

Linus