Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198775
b: refs/heads/master
c: eac4068
h: refs/heads/master
i:
  198773: 564bb34
  198771: 4cd664f
  198767: 2537f34
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed May 27, 2010
1 parent e96abd8 commit 045a0d1
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: 80b5184cc537718122e036afe7e62d202b70d077
refs/heads/master: eac4068013a067f5fb63005033c13b27fbf6dfca
2 changes: 1 addition & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ static int __cpuinit cpuup_callback(struct notifier_block *nfb,
mutex_unlock(&cache_chain_mutex);
break;
}
return err ? NOTIFY_BAD : NOTIFY_OK;
return notifier_from_errno(err);
}

static struct notifier_block __cpuinitdata cpucache_notifier = {
Expand Down

0 comments on commit 045a0d1

Please sign in to comment.