[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1586841.1715341572@warthog.procyon.org.uk>
Date: Fri, 10 May 2024 12:46:12 +0100
From: David Howells <dhowells@...hat.com>
Cc: dhowells@...hat.com, Max Kellermann <max.kellermann@...os.com>,
Jan Kara <jack@...e.com>, Miklos Szeredi <miklos@...redi.hu>,
Christian Brauner <brauner@...nel.org>, linux-ext4@...r.kernel.org,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] ext4: Don't reduce symlink i_mode by umask if no ACL support
David Howells <dhowells@...hat.com> wrote:
> - inode->i_mode &= ~current_umask();
> + if (!S_ISLNK(inode->i_mode))
> + inode->i_mode &= ~current_umask();
Meh. I forgot to commit the change. Will resend.
David
Powered by blists - more mailing lists