Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22482
b: refs/heads/master
c: d15c023
h: refs/heads/master
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Mar 22, 2006
1 parent d7d4fe8 commit c4a5f8f
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: 6e5ef1a96e6e3b123da56292bc35017c8c401491
refs/heads/master: d15c023b44e5d323f1f4130b85d29f08e43433b1
2 changes: 1 addition & 1 deletion trunk/mm/shmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ static int shmem_writepage(struct page *page, struct writeback_control *wbc)
}

#ifdef CONFIG_NUMA
static int shmem_parse_mpol(char *value, int *policy, nodemask_t *policy_nodes)
static inline int shmem_parse_mpol(char *value, int *policy, nodemask_t *policy_nodes)
{
char *nodelist = strchr(value, ':');
int err = 1;
Expand Down

0 comments on commit c4a5f8f

Please sign in to comment.