Re: [PATCH] fscrypt: Remove workaround for bug in gcc 7 and earlier
Eric Biggers <[email protected]> Sun, 5 Jul 2026 12:12:16 -0700
| Newsgroups | org.kernel.vger.linux-fscrypt,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260705191216.GD41916@quark> |
On Thu, Jun 18, 2026 at 10:10:08PM -0700, Eric Biggers wrote: > Since the kernel's minimum gcc version is now 8.1, the workaround for a > strange gcc bug in fscrypt_ioctl_set_policy() is no longer needed. > > Signed-off-by: Eric Biggers <[email protected]> > --- > fs/crypto/policy.c | 17 ++--------------- > 1 file changed, 2 insertions(+), 15 deletions(-) Applied to https://git.kernel.org/pub/scm/fs/fscrypt/linux.git/log/?h=for-next - Eric