[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHC9VhTphmv=s2QFwdnwFKd77UKhHNf5oEaLPJJU0Z0EO9HoUA@mail.gmail.com>
Date: Tue, 3 Oct 2023 15:53:08 -0400
From: Paul Moore <paul@...l-moore.com>
To: Jeff Layton <jlayton@...nel.org>
Cc: Alexander Viro <viro@...iv.linux.org.uk>,
Christian Brauner <brauner@...nel.org>,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
selinux@...r.kernel.org
Subject: Re: [PATCH 83/87] security/selinux: convert to new inode {a,m}time accessors
On Thu, Sep 28, 2023 at 7:23 AM Jeff Layton <jlayton@...nel.org> wrote:
>
> Signed-off-by: Jeff Layton <jlayton@...nel.org>
> ---
> security/selinux/selinuxfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Paul Moore <paul@...l-moore.com>
> diff --git a/security/selinux/selinuxfs.c b/security/selinux/selinuxfs.c
> index 6fa640263216..6c596ae7fef9 100644
> --- a/security/selinux/selinuxfs.c
> +++ b/security/selinux/selinuxfs.c
> @@ -1198,7 +1198,7 @@ static struct inode *sel_make_inode(struct super_block *sb, umode_t mode)
>
> if (ret) {
> ret->i_mode = mode;
> - ret->i_atime = ret->i_mtime = inode_set_ctime_current(ret);
> + simple_inode_init_ts(ret);
> }
> return ret;
> }
> --
> 2.41.0
--
paul-moore.com
Powered by blists - more mailing lists