[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YhCF4Xre/iyyOgT5@zeniv-ca.linux.org.uk>
Date: Sat, 19 Feb 2022 05:53:37 +0000
From: Al Viro <viro@...iv.linux.org.uk>
To: Rik van Riel <riel@...riel.com>
Cc: linux-kernel@...r.kernel.org, kernel-team@...com,
linux-fsdevel@...r.kernel.org, paulmck@...nel.org,
gscrivan@...hat.com, Eric Biederman <ebiederm@...ssion.com>,
Chris Mason <clm@...com>
Subject: Re: [PATCH 1/2] vfs: free vfsmount through rcu work from kern_unmount
On Fri, Feb 18, 2022 at 01:31:13PM -0500, Rik van Riel wrote:
> struct super_block;
> struct vfsmount;
> @@ -73,6 +74,7 @@ struct vfsmount {
> struct super_block *mnt_sb; /* pointer to superblock */
> int mnt_flags;
> struct user_namespace *mnt_userns;
> + struct rcu_work free_rwork;
> } __randomize_layout;
Wait, what? First of all, that has no business being in vfsmount -
everything that deeply internal belongs in struct mount, not in
its public part. Moreover, there's already mount->mnt_rcu, so what's
the point duplicating that?
Powered by blists - more mailing lists