commit | 8f68fa2d1908365cb372b1aebf89d6af4b2b3871 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Mon Apr 29 15:08:05 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 29 15:54:36 2013 -0700 |
tree | 4885cec0a47e288ea797d07837e31b215425f264 | |
parent | f02c696800886382198df897b30bb796b46a8dae [diff] |
ipc/util.c: use register_hotmemory_notifier() Squishes a statement-with-no-effect warning, removes some ifdefs and shrinks .text by one byte! Note that this code fails to check for blocking_notifier_chain_register() failures. Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>