Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308901
b: refs/heads/master
c: 92ba39a
h: refs/heads/master
i:
  308899: c0f2614
v: v3
  • Loading branch information
Kirill A. Shutemov authored and Linus Torvalds committed May 29, 2012
1 parent d333506 commit c308a2d
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: 6bbda35ce1e854eae147d1365ac827eb6e229063
refs/heads/master: 92ba39a7acafb4f979fddcd22545603a11c349bb
2 changes: 0 additions & 2 deletions trunk/mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -5150,7 +5150,6 @@ static struct page *mc_handle_file_pte(struct vm_area_struct *vma,
unsigned long addr, pte_t ptent, swp_entry_t *entry)
{
struct page *page = NULL;
struct inode *inode;
struct address_space *mapping;
pgoff_t pgoff;

Expand All @@ -5159,7 +5158,6 @@ static struct page *mc_handle_file_pte(struct vm_area_struct *vma,
if (!move_file())
return NULL;

inode = vma->vm_file->f_path.dentry->d_inode;
mapping = vma->vm_file->f_mapping;
if (pte_none(ptent))
pgoff = linear_page_index(vma, addr);
Expand Down

0 comments on commit c308a2d

Please sign in to comment.