|
@@ -875,7 +875,7 @@ static int shmem_writepage(struct page *page, struct writeback_control *wbc)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#ifdef CONFIG_NUMA
|
|
#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, ':');
|
|
char *nodelist = strchr(value, ':');
|
|
|
int err = 1;
|
|
int err = 1;
|