On Thu, Aug 23, 2012 at 12:44:23PM -0700, Tejun Heo wrote: > Hello, Hugh. > > On Tue, Aug 21, 2012 at 04:29:53PM -0700, Hugh Dickins wrote: > > Are we expecting Aristeu+Zefan's simple_xattr patches to go into 3.7? > > Yeah, probably. > > > I don't have anything planned for shmem.c for 3.7 beyond a bugfix, > > which shouldn't interact with the simple_xattr changes at all > > (I could remove info->lock, but will not do so this time around, > > precisely so as not to interfere with those patches). > > > > So it should be perfectly workable for you to take Aristeu+Zefan's > > shmem patches into your cgroup tree, then any further mods from > > mmotm will get layered on top. > > I think this approach would be simpler. Once Aristeu posts the > updated version, I'll route the whole series through cgroup/for-3.7. I'm about to submit it, just doing last build and testing round. Merged back the changes Hugh asked in patch 1. Also found why the list reinitialization was needed in the past; one of the old iterations had a bug in the remount code and was cleaning the xattrs out of the cgroup directory but not actually removing the directory, thus new xattrs got added to a list of freed xattrs. So I believe we're good to go. -- Aristeu -- To unsubscribe from this list: send the line "unsubscribe cgroups" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html