Re: [PATCH] makedumpfile: support _count -> _refcount rename in struct page

2016-06-17 Thread Vitaly Kuznetsov
Atsushi Kumagai writes: > Hello Vitaly, > >>_count member was renamed to _refcount in linux commit commit 0139aa7b7fa12 >>("mm: rename _count, field of the struct page, to _refcount") and this >>broke makedumpfile. The reason for making the change was to find all users >>accessing it directly and

RE: [PATCH] makedumpfile: support _count -> _refcount rename in struct page

2016-06-16 Thread Atsushi Kumagai
Hello Vitaly, >_count member was renamed to _refcount in linux commit commit 0139aa7b7fa12 >("mm: rename _count, field of the struct page, to _refcount") and this >broke makedumpfile. The reason for making the change was to find all users >accessing it directly and not through the recommended API.

Re: [PATCH] makedumpfile: support _count -> _refcount rename in struct page

2016-06-16 Thread Vitaly Kuznetsov
Dave Anderson writes: > - Original Message - >> _count member was renamed to _refcount in linux commit commit 0139aa7b7fa12 >> ("mm: rename _count, field of the struct page, to _refcount") and this >> broke makedumpfile. The reason for making the change was to find all users >> accessing

Re: [PATCH] makedumpfile: support _count -> _refcount rename in struct page

2016-06-16 Thread Dave Anderson
- Original Message - > _count member was renamed to _refcount in linux commit commit 0139aa7b7fa12 > ("mm: rename _count, field of the struct page, to _refcount") and this > broke makedumpfile. The reason for making the change was to find all users > accessing it directly and not through

[PATCH] makedumpfile: support _count -> _refcount rename in struct page

2016-06-16 Thread Vitaly Kuznetsov
_count member was renamed to _refcount in linux commit commit 0139aa7b7fa12 ("mm: rename _count, field of the struct page, to _refcount") and this broke makedumpfile. The reason for making the change was to find all users accessing it directly and not through the recommended API. I tried suggesting