On Thu, 2006-09-28 at 14:15 +0100, Al Viro wrote: > > That would mean that I can in practice unmount directories on your > > client simply by renaming a directory on my client. I can't see how that > > would be acceptable either. > > And what are you going to do if I remove it and its ancestors on my client? If it is in a subdirectory to which you are not supposed to have write access, then I'm going to yell bloody murder :-) Ditto if the same thing happens when you rename a directory to which you do have access, and that screws over my process in a subdir to which you don't have access. The point is that NFS has quite enough posix violations already on its grubby little hands. As far as posix is concerned, renaming a parent is not supposed to affect processes in the subdirectories. There is currently no reason why we can't support that behaviour in the NFS client too barring VFS quirks. Furthermore, it would upset a lot of people to change the current behaviour which does support remote rename, and has supported it for the past 10 years at least. I'd therefore prefer to go for a workaround that addresses the problem of the deadlocks instead of the useful functionality. - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html