Re: [PATCH 15/26] e100: reduce time under spinlock

2006-08-29 Thread Auke Kok
Jeff Garzik wrote: Kok, Auke wrote: We're waiting for a write flush to finish before unlocking, which is not needed. Release the spinlock after the write command. Signed-off-by: Auke Kok <[EMAIL PROTECTED]> This undoes the following change: ack, not good. Dropped it from the tree. Auke

Re: [PATCH 15/26] e100: reduce time under spinlock

2006-08-29 Thread Jeff Garzik
Kok, Auke wrote: We're waiting for a write flush to finish before unlocking, which is not needed. Release the spinlock after the write command. Signed-off-by: Auke Kok <[EMAIL PROTECTED]> This undoes the following change: commit ad8c48ad3bbef078616ed4d2652d362dfd962f09 Author: Catalin(ux aka

[PATCH 15/26] e100: reduce time under spinlock

2006-08-29 Thread Kok, Auke
We're waiting for a write flush to finish before unlocking, which is not needed. Release the spinlock after the write command. Signed-off-by: Auke Kok <[EMAIL PROTECTED]> --- drivers/net/e100.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/e100.c b/driv