2016-03-28 14:59 GMT+09:00 <[email protected]>: > From: Joonsoo Kim <[email protected]> > > 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 <[email protected]>
Oops. This patch needs more change. Please ignore this patchset. I will resend it soon. Thanks.

