Skip to content

Commit 18a06ef

Browse files
committed
Merge branch 'akpm' (Andrew's patch-bomb)
Single fix for a commit from the first batch of patches through Andrew. * emailed from Andrew Morton <[email protected]>: pagemap: remove remaining unneeded spin_lock()
2 parents 0a03726 + 10bdfb5 commit 18a06ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/proc/task_mmu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,6 @@ static int pagemap_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end,
783783

784784
/* find the first VMA at or above 'addr' */
785785
vma = find_vma(walk->mm, addr);
786-
spin_lock(&walk->mm->page_table_lock);
787786
if (pmd_trans_huge_lock(pmd, vma) == 1) {
788787
for (; addr != end; addr += PAGE_SIZE) {
789788
unsigned long offset;

0 commit comments

Comments
 (0)