Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1426630 > unrolled thread
| Started by | Christian Borntraeger <borntraeger@de.ibm.com> |
|---|---|
| First post | 2016-06-20 16:00 +0200 |
| Last post | 2016-06-20 16:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/1] introduce page_ref_inc_return Christian Borntraeger <borntraeger@de.ibm.com> - 2016-06-20 16:00 +0200
| From | Christian Borntraeger <borntraeger@de.ibm.com> |
|---|---|
| Date | 2016-06-20 16:00 +0200 |
| Subject | [PATCH 0/1] introduce page_ref_inc_return |
| Message-ID | <rM7r4-jP-35@gated-at.bofh.it> |
commit 0139aa7b7fa1 ("mm: rename _count, field of the struct page,
to _refcount") changed all accesses to page->_count to use wrappers.
There is already a page_ref_dec_return and we need for kvm/s390
code the function "page_ref_inc_return" as well.
FWIW, the code is under
https://git.kernel.org/cgit/linux/kernel/git/kvms390/linux.git/log/?h=next
Can I get an ack to carry this patch via the KVM/s390 tree (will
be merged into Paolos kvm tree soon)?
David Hildenbrand (1):
mm/page_ref: introduce page_ref_inc_return
include/linux/page_ref.h | 9 +++++++++
1 file changed, 9 insertions(+)
--
2.5.5
Back to top | Article view | linux.kernel
csiph-web