Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93979
b: refs/heads/master
c: 9d02dbc
h: refs/heads/master
i:
  93977: 111b9af
  93975: 883c92e
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Apr 28, 2008
1 parent bc4f87f commit eb868cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3c18ddd160d1fcd46d1131d9ad6c594dd8e9af99
refs/heads/master: 9d02dbc8137759e4c2f91db0b7f9c8a1ec2a9276
2 changes: 1 addition & 1 deletion trunk/fs/proc/task_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ static int pagemap_pte_hole(unsigned long start, unsigned long end,
return err;
}

u64 swap_pte_to_pagemap_entry(pte_t pte)
static u64 swap_pte_to_pagemap_entry(pte_t pte)
{
swp_entry_t e = pte_to_swp_entry(pte);
return swp_type(e) | (swp_offset(e) << MAX_SWAPFILES_SHIFT);
Expand Down

0 comments on commit eb868cb

Please sign in to comment.