Re: [CHECKER] sync doesn't flush everything out (msdos and vfat, 2.6.11)

2005-03-13 Thread OGAWA Hirofumi
Junfeng Yang <[EMAIL PROTECTED]> writes: > /å004 and > /0005 > share clusters. > Truncating second to 0 bytes. > /0005 > File size is 4 bytes, cluster chain length is 0 bytes. > Truncating file to 0 bytes. > Performing changes. > /dev/sbd0: 5 files, 4/8167 clusters > > This causes file /0

Re: [CHECKER] sync doesn't flush everything out (msdos and vfat, 2.6.11)

2005-03-12 Thread Junfeng Yang
> vfat and msdos doesn't support the link(), and the truncate() which > extends size is not supported yet. > > This test seems to calling abort(0) by CHECK(ret)... I updated the test case (basically just set CHECk to be a NOP). Can you please download and re-run the test case? After reboot, run

Re: [CHECKER] sync doesn't flush everything out (msdos and vfat, 2.6.11)

2005-03-12 Thread OGAWA Hirofumi
Junfeng Yang <[EMAIL PROTECTED]> writes: > Test cases and crashed disk images can be found at > http://fisc.stanford.edu/bug8(msdos) > http://fisc.stanford.edu/bug11 (vfat) vfat and msdos doesn't support the link(), and the truncate() which extends size is not supported yet. This test seem

[CHECKER] sync doesn't flush everything out (msdos and vfat, 2.6.11)

2005-03-12 Thread Junfeng Yang
Hi, This is yet another report from FiSC :) This time FiSC complains that sync on msdos and vfat doesn't flush everything out. Crash after sync still causes data loss. Test cases and crashed disk images can be found at http://fisc.stanford.edu/bug8(msdos) http://fisc.stanford.edu/bug11 (