Re: [Qemu-devel] [PATCH] Fix bug with virtio-9p rename

2011-04-28 Thread Sassan Panahinejad
Malahal Naineni's patch "Stop renaming files with similar name!" (posted since this one) also fixes this bug. I don't mind which one gets merged, as long as the bug gets fixed ;) Sassan On 27 April 2011 19:30, Sassan Panahinejad wrote: > After renaming a file, any existing references to the fi

[Qemu-devel] [PATCH] Fix bug with virtio-9p rename

2011-04-27 Thread Sassan Panahinejad
After renaming a file, any existing references to the file are updated. However, in addition to this, it would update any files whos names began with that of the file being moved. Therefore when renaming somefile.txt to somefile.txt-old, any references to somefile.txt-new became somefile.txt-old-