[PATCH 1/8] UML - watchdog driver locking

2007-01-01 Thread Jeff Dike
Replace BKL use with a spinlock. Also fix the control so that open doesn't return holding a lock. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/drivers/harddog_kern.c | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) Index:

[PATCH 1/8] UML - watchdog driver locking

2007-01-01 Thread Jeff Dike
Replace BKL use with a spinlock. Also fix the control so that open doesn't return holding a lock. Signed-off-by: Jeff Dike [EMAIL PROTECTED] -- arch/um/drivers/harddog_kern.c | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) Index: