On Wed Mar 23, 2011 at 15:06:32 -0400, J. Bruce Fields wrote: > On Wed, Mar 23, 2011 at 06:40:52PM +0100, Adam Lackorzynski wrote: > > > On Tue, Mar 22, 2011 at 11:13:06PM +0100, Adam Lackorzynski wrote: > > > > > > > > On Mon Mar 21, 2011 at 18:23:01 -0400, J. Bruce Fields wrote: > > > > > > > > > > Oh, right, you'd want to unmount on the sender before copying. > > > > > > > > > > You *may* still get some kind of usable result if you fsck the fs you > > > > > get on the receiver, but who knows. > > > > > > > > Ok, good news. After some fight I got it mounted in the VM. Reproducible > > > > with the original 2.6.38 kernel (as released) and also reproducible with > > > > latest git as of today. What now? > > > > > > OK, so now you can reproduce the problem on one xfs filesystem, but not > > > the other. > > > > > > Can we find any differences between the two filesystems? Was one > > > created with different features, for example? > > > > > > Might also be worth asking xfs developers for ideas. > > > > Bisecting shows this commit: > > That's an odd place for it to end up. You're positive the problem is > reliably reproduceable after this commit and not in the commit > immediately previous? I probably mistyped something and thus bisected again: acfdf5c383b38f7f4dddae41b97c97f1ae058f49 is the first bad commit commit acfdf5c383b38f7f4dddae41b97c97f1ae058f49 Author: J. Bruce Fields <bfields@xxxxxxxxxx> Date: Mon Jan 31 19:20:39 2011 -0500 nfsd4: acquire only one lease per file Instead of acquiring one lease each time another client opens a file, nfsd can acquire just one lease to represent all of them, and reference count it to determine when to release it. This fixes a regression introduced by c45821d263a8a5109d69a9e8942b8d65bcd5f31a "locks: eliminate fl_mylease callback": after that patch, only the struct file * is used to determine who owns a given lease. But since we recently converted the server to share a single struct file per open, if we acquire multiple leases on the same file from nfsd, it then becomes impossible on unlocking a lease to determine which of those leases (all of whom share the same struct file *) we meant to remove. Thanks to Takashi Iwai <tiwai@xxxxxxx> for catching a bug in a previous version of this patch. Tested-by: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxx> :040000 040000 5bf94b91c7c696586f0aaf8b5df1cd9c4aa70ac0 4ee1f39f455ee7f648fccedc1ddba4da6a94cec7 M fs Adam -- Adam adam@xxxxxxxxxxxxxxxxxxxx Lackorzynski http://os.inf.tu-dresden.de/~adam/ -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html