Loading mm/hugetlb.c +1 −1 Original line number Diff line number Diff line Loading @@ -1017,7 +1017,7 @@ static long region_chg(struct list_head *head, long f, long t) /* If we are below the current region then a new region is required. * Subtle, allocate a new region at the position but make it zero * size such that we can guarentee to record the reservation. */ * size such that we can guarantee to record the reservation. */ if (&rg->link == head || t < rg->from) { nrg = kmalloc(sizeof(*nrg), GFP_KERNEL); if (!nrg) Loading mm/memory.c +1 −1 Original line number Diff line number Diff line Loading @@ -2713,7 +2713,7 @@ int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, in return 0; down_read(&mm->mmap_sem); /* ignore errors, just check how much was sucessfully transfered */ /* ignore errors, just check how much was successfully transferred */ while (len) { int bytes, ret, offset; void *maddr; Loading mm/memory_hotplug.c +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ int __add_pages(struct zone *zone, unsigned long phys_start_pfn, err = __add_section(zone, i << PFN_SECTION_SHIFT); /* * EEXIST is finally dealed with by ioresource collision * EEXIST is finally dealt with by ioresource collision * check. see add_memory() => register_memory_resource() * Warning will be printed if there is collision. */ Loading mm/mempool.c +1 −1 Original line number Diff line number Diff line Loading @@ -299,7 +299,7 @@ EXPORT_SYMBOL(mempool_free_slab); /* * A commonly used alloc and free fn that kmalloc/kfrees the amount of memory * specfied by pool_data * specified by pool_data */ void *mempool_kmalloc(gfp_t gfp_mask, void *pool_data) { Loading mm/page-writeback.c +1 −1 Original line number Diff line number Diff line Loading @@ -989,7 +989,7 @@ int __set_page_dirty_no_writeback(struct page *page) * mapping is pinned by the vma's ->vm_file reference. * * We take care to handle the case where the page was truncated from the * mapping by re-checking page_mapping() insode tree_lock. * mapping by re-checking page_mapping() inside tree_lock. */ int __set_page_dirty_nobuffers(struct page *page) { Loading Loading
mm/hugetlb.c +1 −1 Original line number Diff line number Diff line Loading @@ -1017,7 +1017,7 @@ static long region_chg(struct list_head *head, long f, long t) /* If we are below the current region then a new region is required. * Subtle, allocate a new region at the position but make it zero * size such that we can guarentee to record the reservation. */ * size such that we can guarantee to record the reservation. */ if (&rg->link == head || t < rg->from) { nrg = kmalloc(sizeof(*nrg), GFP_KERNEL); if (!nrg) Loading
mm/memory.c +1 −1 Original line number Diff line number Diff line Loading @@ -2713,7 +2713,7 @@ int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, in return 0; down_read(&mm->mmap_sem); /* ignore errors, just check how much was sucessfully transfered */ /* ignore errors, just check how much was successfully transferred */ while (len) { int bytes, ret, offset; void *maddr; Loading
mm/memory_hotplug.c +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ int __add_pages(struct zone *zone, unsigned long phys_start_pfn, err = __add_section(zone, i << PFN_SECTION_SHIFT); /* * EEXIST is finally dealed with by ioresource collision * EEXIST is finally dealt with by ioresource collision * check. see add_memory() => register_memory_resource() * Warning will be printed if there is collision. */ Loading
mm/mempool.c +1 −1 Original line number Diff line number Diff line Loading @@ -299,7 +299,7 @@ EXPORT_SYMBOL(mempool_free_slab); /* * A commonly used alloc and free fn that kmalloc/kfrees the amount of memory * specfied by pool_data * specified by pool_data */ void *mempool_kmalloc(gfp_t gfp_mask, void *pool_data) { Loading
mm/page-writeback.c +1 −1 Original line number Diff line number Diff line Loading @@ -989,7 +989,7 @@ int __set_page_dirty_no_writeback(struct page *page) * mapping is pinned by the vma's ->vm_file reference. * * We take care to handle the case where the page was truncated from the * mapping by re-checking page_mapping() insode tree_lock. * mapping by re-checking page_mapping() inside tree_lock. */ int __set_page_dirty_nobuffers(struct page *page) { Loading