Re: [PATCH] add I/O error uevent for block devices

2005-02-18 Thread Andrew Morton
Kay Sievers <[EMAIL PROTECTED]> wrote: > > On Fri, Feb 18, 2005 at 11:02:32AM -0800, Andrew Morton wrote: > > Kay Sievers <[EMAIL PROTECTED]> wrote: > > > > > > > - there are numerous other places where an I/O error can be detected: > > > > grep the tree for b_end_io and bio_end_io. > > > > >

Re: [PATCH] add I/O error uevent for block devices

2005-02-18 Thread Kay Sievers
On Fri, Feb 18, 2005 at 11:02:32AM -0800, Andrew Morton wrote: > Kay Sievers <[EMAIL PROTECTED]> wrote: > > > > > - there are numerous other places where an I/O error can be detected: > > > grep the tree for b_end_io and bio_end_io. > > > > You mean the mmap and direct-io stuff? > >

Re: [PATCH] add I/O error uevent for block devices

2005-02-18 Thread Andrew Morton
Kay Sievers <[EMAIL PROTECTED]> wrote: > > > - there are numerous other places where an I/O error can be detected: > > grep the tree for b_end_io and bio_end_io. > > You mean the mmap and direct-io stuff? direct-io, certainly. Also reiserfs, xfs, ntfs, ext3, jfs and possibly md have their

Re: [PATCH] add I/O error uevent for block devices

2005-02-18 Thread Kay Sievers
On Fri, Feb 18, 2005 at 01:46:21AM -0800, Andrew Morton wrote: > Kay Sievers <[EMAIL PROTECTED]> wrote: > > > > For HAL we want to get notified about I/O errors of block devices. > > This is especially useful for devices we are unable to poll and > > therefore can't know if something goes wrong

Re: [PATCH] add I/O error uevent for block devices

2005-02-18 Thread Andrew Morton
Kay Sievers <[EMAIL PROTECTED]> wrote: > > For HAL we want to get notified about I/O errors of block devices. > This is especially useful for devices we are unable to poll and > therefore can't know if something goes wrong here. > > Signed-off-by: David Zeuthen <[EMAIL PROTECTED]> >

Re: [PATCH] add I/O error uevent for block devices

2005-02-18 Thread Andrew Morton
Kay Sievers [EMAIL PROTECTED] wrote: For HAL we want to get notified about I/O errors of block devices. This is especially useful for devices we are unable to poll and therefore can't know if something goes wrong here. Signed-off-by: David Zeuthen [EMAIL PROTECTED] Signed-off-by: Kay

Re: [PATCH] add I/O error uevent for block devices

2005-02-18 Thread Kay Sievers
On Fri, Feb 18, 2005 at 01:46:21AM -0800, Andrew Morton wrote: Kay Sievers [EMAIL PROTECTED] wrote: For HAL we want to get notified about I/O errors of block devices. This is especially useful for devices we are unable to poll and therefore can't know if something goes wrong here. -

Re: [PATCH] add I/O error uevent for block devices

2005-02-18 Thread Andrew Morton
Kay Sievers [EMAIL PROTECTED] wrote: - there are numerous other places where an I/O error can be detected: grep the tree for b_end_io and bio_end_io. You mean the mmap and direct-io stuff? direct-io, certainly. Also reiserfs, xfs, ntfs, ext3, jfs and possibly md have their own I/O

Re: [PATCH] add I/O error uevent for block devices

2005-02-18 Thread Kay Sievers
On Fri, Feb 18, 2005 at 11:02:32AM -0800, Andrew Morton wrote: Kay Sievers [EMAIL PROTECTED] wrote: - there are numerous other places where an I/O error can be detected: grep the tree for b_end_io and bio_end_io. You mean the mmap and direct-io stuff? direct-io, certainly.

Re: [PATCH] add I/O error uevent for block devices

2005-02-18 Thread Andrew Morton
Kay Sievers [EMAIL PROTECTED] wrote: On Fri, Feb 18, 2005 at 11:02:32AM -0800, Andrew Morton wrote: Kay Sievers [EMAIL PROTECTED] wrote: - there are numerous other places where an I/O error can be detected: grep the tree for b_end_io and bio_end_io. You mean the mmap and