[PATCH 0/6] bonding workqueue and lock rework

2007-10-17 Thread Jay Vosburgh
Following are patches to update the locking used in the bonding driver. This involves two basic changes: conversion from timers to workqueues for the various periodic monitor functions, and conversion of locking. These patches should resolve the majority of locking and might sleep related

[PATCH 0/6] bonding workqueue and lock rework

2007-10-10 Thread Jay Vosburgh
Following are patches to update the locking used in the bonding driver. This involves two basic changes: conversion from timers to workqueues for the various periodic monitor functions, and conversion of locking. These patches should resolve the majority of locking and might sleep related