Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   riastradh
Date:           Sat Mar 28 17:45:47 UTC 2015

Modified Files:
        src/sys/ufs/ext2fs: ext2fs_readwrite.c
        src/sys/ufs/lfs: ulfs_readwrite.c
        src/sys/ufs/ufs: ufs_readwrite.c
        src/tests/fs/vfs: t_io.c

Log Message:
Let I/O errors override inode update errors in UFS.

Fixes tests/fs/vfs/t_io:read_fault for UFS.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/ufs/ext2fs/ext2fs_readwrite.c
cvs rdiff -u -r1.13 -r1.14 src/sys/ufs/lfs/ulfs_readwrite.c
cvs rdiff -u -r1.113 -r1.114 src/sys/ufs/ufs/ufs_readwrite.c
cvs rdiff -u -r1.14 -r1.15 src/tests/fs/vfs/t_io.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index