Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1405529
| From | Ebru Akagunduz <ebru.akagunduz@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] mm, thp: remove duplication of included header |
| Date | 2016-05-23 19:20 +0200 |
| Message-ID | <rC1Gi-gw-17@gated-at.bofh.it> (permalink) |
| References | <rC1Gh-gw-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
swapops.h included for a second time in the commit: http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=639040960a340f6f987065fc52e149f4ea25ce25 This patch removes the duplication. Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com> --- mm/huge_memory.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/huge_memory.c b/mm/huge_memory.c index 9472fed..91442a9 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c @@ -30,7 +30,6 @@ #include <linux/hashtable.h> #include <linux/userfaultfd_k.h> #include <linux/page_idle.h> -#include <linux/swapops.h> #include <asm/tlb.h> #include <asm/pgalloc.h> -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] mm, thp: remove duplication and fix locking issues in swapin Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-05-23 19:20 +0200
[PATCH 2/3] mm, thp: fix possible circular locking dependency caused by sum_vm_event() Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-05-23 19:20 +0200
[PATCH 3/3] mm, thp: make swapin readahead under down_read of mmap_sem Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-05-23 19:20 +0200
Re: [PATCH 3/3] mm, thp: make swapin readahead under down_read of mmap_sem "Kirill A. Shutemov" <kirill@shutemov.name> - 2016-05-23 19:50 +0200
Re: [PATCH 3/3] mm, thp: make swapin readahead under down_read of mmap_sem Michal Hocko <mhocko@kernel.org> - 2016-05-23 20:50 +0200
Re: [PATCH 3/3] mm, thp: make swapin readahead under down_read of mmap_sem Rik van Riel <riel@redhat.com> - 2016-05-23 20:50 +0200
Re: [PATCH 3/3] mm, thp: make swapin readahead under down_read of mmap_sem "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> - 2016-05-23 21:10 +0200
Re: [PATCH 3/3] mm, thp: make swapin readahead under down_read of mmap_sem Rik van Riel <riel@redhat.com> - 2016-05-23 21:30 +0200
Re: [PATCH 3/3] mm, thp: make swapin readahead under down_read of mmap_sem "Kirill A. Shutemov" <kirill@shutemov.name> - 2016-05-23 22:10 +0200
Re: [PATCH 3/3] mm, thp: make swapin readahead under down_read of mmap_sem Rik van Riel <riel@redhat.com> - 2016-05-23 22:20 +0200
Re: [PATCH 3/3] mm, thp: make swapin readahead under down_read of mmap_sem "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> - 2016-05-23 23:50 +0200
Re: [PATCH 3/3] mm, thp: make swapin readahead under down_read of mmap_sem Andrea Arcangeli <aarcange@redhat.com> - 2016-05-24 01:10 +0200
[PATCH 1/3] mm, thp: remove duplication of included header Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-05-23 19:20 +0200
Re: [PATCH 0/3] mm, thp: remove duplication and fix locking issues in swapin Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-05-23 19:30 +0200
Re: [PATCH 0/3] mm, thp: remove duplication and fix locking issues in swapin Michal Hocko <mhocko@kernel.org> - 2016-05-27 15:20 +0200
csiph-web