diff options
-rw-r--r-- | kernel/cpuset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpuset.c b/kernel/cpuset.c index 702928664f42..18aea1bd1284 100644 --- a/kernel/cpuset.c +++ b/kernel/cpuset.c | |||
@@ -2205,7 +2205,7 @@ int __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) | |||
2205 | { | 2205 | { |
2206 | int node; /* node that zone z is on */ | 2206 | int node; /* node that zone z is on */ |
2207 | const struct cpuset *cs; /* current cpuset ancestors */ | 2207 | const struct cpuset *cs; /* current cpuset ancestors */ |
2208 | int allowed = 1; /* is allocation in zone z allowed? */ | 2208 | int allowed; /* is allocation in zone z allowed? */ |
2209 | 2209 | ||
2210 | if (in_interrupt()) | 2210 | if (in_interrupt()) |
2211 | return 1; | 2211 | return 1; |