Re: [PATCH 09/11] sysfs: add sysfs_ns_exit routine

From: Tejun Heo
Date: Sun Jun 22 2008 - 22:16:35 EST


Benjamin Thery wrote:
> Add sysfs routine sysfs_ns_exit() to allow a namespace to go away while
> sysfs is still mounted.
>
> The exiting namespace calls this routine and pass it a callback to be
> called for every sysfs superblocks present. The callback contains the
> necessary code to clean the superblock tag data associated with this
> namespace.
>
> Signed-off-by: Benjamin Thery <benjamin.thery@xxxxxxxx>

Similar object to earlier dynamic tag thing. Can't we just have
something like sysfs_murder_sb(sb) where @sb represents a ns?

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/