Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42686
b: refs/heads/master
c: 2d4d862
h: refs/heads/master
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Dec 7, 2006
1 parent 43b20b5 commit 0246a1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce421c799b5bde77aa60776d6fb61036ae0aea11
refs/heads/master: 2d4d862f729f0cb1ad8027203aceff49dc9f63fa
2 changes: 0 additions & 2 deletions trunk/mm/fremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ int install_file_pte(struct mm_struct *mm, struct vm_area_struct *vma,
{
int err = -ENOMEM;
pte_t *pte;
pte_t pte_val;
spinlock_t *ptl;

pte = get_locked_pte(mm, addr, &ptl);
Expand All @@ -114,7 +113,6 @@ int install_file_pte(struct mm_struct *mm, struct vm_area_struct *vma,
}

set_pte_at(mm, addr, pte, pgoff_to_pte(pgoff));
pte_val = *pte;
/*
* We don't need to run update_mmu_cache() here because the "file pte"
* being installed by install_file_pte() is not a real pte - it's a
Expand Down

0 comments on commit 0246a1a

Please sign in to comment.