Whamcloud - gitweb
fixes for bug 6854:
authornikita <nikita>
Tue, 28 Jun 2005 08:58:24 +0000 (08:58 +0000)
committernikita <nikita>
Tue, 28 Jun 2005 08:58:24 +0000 (08:58 +0000)
commit185f71c96883eb378909d728b599198c4fee5cb1
tree51439a0401af46367bee1800d1c0649256f5e4b7
parentb96841fd5f5042e8b80555cbd2a7754fd69e335c
fixes for bug 6854:

 - add a comment describing ->fs_send_bio() return convention.

 - fsfilt_ext3_commit_async(): check for journal abort after waiting for
 commit.

 - fsfilt_ext3_send_bio(): handle short writes.

 - filter_commitrw_write(): print error message on commit failure.

 - added patch linux-2.4.24-jbd-handle-EIO.patch (trivial backport from 2.6
 jbd) to check for IO erros during transaction commit.

Approved: https://bugzilla.lustre.org/show_bug.cgi?id=6854#c38
lustre/include/linux/lustre_fsfilt.h
lustre/kernel_patches/patches/linux-2.4.24-jbd-handle-EIO.patch [new file with mode: 0644]
lustre/kernel_patches/series/vanilla-2.4.24
lustre/lvfs/fsfilt_ext3.c
lustre/obdfilter/filter_io_24.c