diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1321,7 +1321,7 @@ static int __cpuinit cpuup_callback(struct notifier_block *nfb, | |||
1321 | mutex_unlock(&cache_chain_mutex); | 1321 | mutex_unlock(&cache_chain_mutex); |
1322 | break; | 1322 | break; |
1323 | } | 1323 | } |
1324 | return err ? NOTIFY_BAD : NOTIFY_OK; | 1324 | return notifier_from_errno(err); |
1325 | } | 1325 | } |
1326 | 1326 | ||
1327 | static struct notifier_block __cpuinitdata cpucache_notifier = { | 1327 | static struct notifier_block __cpuinitdata cpucache_notifier = { |