]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/tile/mm/init.c
mm: rename _count, field of the struct page, to _refcount
[mirror_ubuntu-zesty-kernel.git] / arch / tile / mm / init.c
index a0582b7f41d3357b4db0507df4a7153a028b0fe7..adce25462b0dbaf6bc8147583333b7ee1863b39d 100644 (file)
@@ -679,7 +679,7 @@ static void __init init_free_pfn_range(unsigned long start, unsigned long end)
                         * Hacky direct set to avoid unnecessary
                         * lock take/release for EVERY page here.
                         */
-                       p->_count.counter = 0;
+                       p->_refcount.counter = 0;
                        p->_mapcount.counter = -1;
                }
                init_page_count(page);