Bugs item #2176188, was opened at 2008-10-18 07:20
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2176188&group_id=98788
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: v0.8.x (devel)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: file sync wrong on cofs
Initial Comment:
I found some problem in cofs filesystem.
ex:
mv t1 t2
stat t2
many times I got "t2 not found".
it see like the second command exec before the first finished.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-10-23 01:18
Message:
Close inode cache possible loss performance, it is a little bug in rename
only.
I fix this bug yesterday. and I will use the my new kernel some days,
if that has other problem, I can fix it.
----------------------------------------------------------------------
Comment By: Henry N. (henryn)
Date: 2008-10-22 11:41
Message:
The inode cache is default enabled for 1 Second. You can disable it by
adding "nocache" to mount options, for example:
mount -o nocache -t cofs 0 /mnt/windows
More cosf options, see cofs.txt in your coLinux installation or here:
http://colinux.svn.sourceforge.net/viewvc/colinux/branches/devel/doc/cofs
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-10-21 11:48
Message:
I trace the code, it see like rename bug, the filename change, but inode
not.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-10-18 07:24
Message:
Excuse me, I think this bug same as #2152550
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2176188&group_id=98788
|