reassign 334961 kernel-source-2.6.8
tag 334961 +sarge
tag 334961 +upstream
tag 334961 +patch
thanks

On Fri, Oct 21, 2005 at 03:39:38PM +0900, MAENO Masaki wrote:
> Package: kernel-image
> Version: 2.6.8-2
> Severity: normal
> 
> "fsync_bdev()" cannot be executed in issuing "ioctl(BLKFLSBUF)" to disk drive 
> using cciss driver.
>   (When return value of "ioctl(BLKFLSBUF)" is only "-EINVAL", "fsync_bdev()" 
> is executed.
>    But "fsync_bdev()" isn't executed bacause its value is "-EBADRQC".)
> 
> I suggest that you correct source as follows:
>   drivers/block/cciss.c:1093
>     - return -EBADRQC;
>     + return -EINVAL;


Maeno-san,

I took a look at the upstream tree, and it seems that the return 
value is now -ENOTTY. Do you think that return value is correct?

Also, as 2.6.8 is now in the deep-freeze as the kernel for sarge,
can you comment on if this patch is critical enough to warrant inclusion
in a sarge update?

Yoroshiku


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to