Hello, On Fri, Jul 17, 2015 at 08:28:19AM -0400, Johannes Weiner wrote: > > Meaning a new mm/memcontrol.h? That's a bit better I suppose. > > I meant as opposed to being private to memcontrol.c. I'm not sure I > quite see the problem of having these definitions in include/linux, as > long as we keep the stuff that is genuinely only used in memcontrol.c > private to that file. But mm/memcontrol.h would probably work too. cgroup writeback support interacts with writeback, memcg and blkcg, so if we do that we'd end up doing #include "../mm/memcontrol.h" from fs and prolly block. This is pretty much the definition of cross-subsystem definitions which should go under include/linux. mem_cgroup contains common fields which are useful across multiple subsystems and there currently are quite a few silly accessors getting in the way obscuring things. I get that we don't want to expose when we don't have to but at the same time under situations like this we usually expose the definition and try to mark public and internal fields clearly. Maybe there are details to be improved but I think it's about time mem_cgroup definition gets published. Thanks. -- tejun -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>