[RFC PATCH 2/6] notifiers: Convert notifier chain to circular doubly linked-list

2012-07-25 Thread Srivatsa S. Bhat
In order to support invoking the notifiers in the reverse order, we need to be able to traverse the callback chain in both directions. So convert the notifier list into a circular doubly linked list. Signed-off-by: Srivatsa S. Bhat --- arch/mips/powertv/powertv_setup.c|2

[RFC PATCH 2/6] notifiers: Convert notifier chain to circular doubly linked-list

2012-07-25 Thread Srivatsa S. Bhat
In order to support invoking the notifiers in the reverse order, we need to be able to traverse the callback chain in both directions. So convert the notifier list into a circular doubly linked list. Signed-off-by: Srivatsa S. Bhat srivatsa.b...@linux.vnet.ibm.com ---