Re: [PATCH] bsg: fix a blocking read bug

2007-05-08 Thread Daniel . E . Messinger
Subject AM[PATCH] bsg: fix a blocking read bug

[PATCH] bsg: fix a blocking read bug

2007-05-08 Thread FUJITA Tomonori
This patch fixes a bug that read() returns ENODATA even with a blocking file descriptor when there are no commands pending. This also includes some cleanups. Signed-off-by: FUJITA Tomonori <[EMAIL PROTECTED]> --- block/bsg.c | 84 -- 1 fi