]> git.baikalelectronics.ru Git - kernel.git/commit
RDS: don't pretend to use cpu notifiers
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Sat, 19 Dec 2015 20:55:43 +0000 (12:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Dec 2015 20:23:05 +0000 (15:23 -0500)
commit1a291c3e7e4fee5a7817f9732a44551c5a2aff56
tree844b428f36bc546fce0601feac5e1bef63ad8b61
parent842e02bd21a37f40bc7d62d960b3c6697411a730
RDS: don't pretend to use cpu notifiers

It looks like an attempt to use CPU notifier here which was never
completed. Nobody tried to wire it up completely since 2k9. So I unwind
this code and get rid of everything not required. Oh look! 19 lines were
removed while code still does the same thing.

Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Tested-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/page.c