2016-03-28 14:59 GMT+09:00 <js1304@xxxxxxxxx>: > From: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> > > Many developer already know that field for reference count of > the struct page is _count and atomic type. They would try to handle it > directly and this could break the purpose of page reference count > tracepoint. To prevent direct _count modification, this patch rename it > to _refcount and add warning message on the code. After that, developer > who need to handle reference count will find that field should not be > accessed directly. > > Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Oops. This patch needs more change. Please ignore this patchset. I will resend it soon. Thanks. -- 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>