[PATCH v2 35/50] convert selinuxfs
Al Viro
viro at zeniv.linux.org.uk
Wed Oct 29 14:24:04 AEDT 2025
On Tue, Oct 28, 2025 at 08:02:39PM -0400, Paul Moore wrote:
> I suppose the kill_litter_super()->kill_anon_super() should probably
> be pulled out into another patch as it's not really related to the
> d_make_persistent() change,
It very much is related - anything persistent left at ->kill_sb() time
will be taken out by generic_shutdown_super(). If all pinned objects
in there are marked persistent, kill_litter_super() becomes equivalent
to kill_anon_super() for that fs.
Sure, we can switch to kill_anon_super() in a separate later patch,
but conversion to d_make_persistent() will be a hard prereq for it.
No point splitting that one line, IMO...
More information about the Linuxppc-dev
mailing list