On Nov 14, 2007 9:29 PM, Andrew Morton <[EMAIL PROTECTED]> wrote: > On Wed, 14 Nov 2007 20:16:09 +0100 "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: > > > On Nov 14, 2007 2:59 AM, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc2/2.6.24-rc2-mm1/ > > > > Breaks nfsv4 in a rather funny way: > > > > treogen ~ # cd /usr/portage/x > > treogen x # touch bla > > touch: cannot touch `bla': File exists > > treogen x # mkdir bla > > treogen x # touch bla/bla > > touch: cannot touch `bla/bla': File exists > > treogen x # ls -lad * > > drwxr-xr-x 2 root root 6 Nov 14 20:03 bla > > treogen x # ls -la * > > total 0 > > drwxr-xr-x 2 root root 6 Nov 14 20:03 . > > drwxr-xr-x 3 root root 16 Nov 14 20:03 .. > > treogen x # > > > > So I can create new directories, but not new files. Reading files works > > normal. > >> > > The client is 2.6.24-rc2-mm1, the server 2.6.22-gentoo-r9. > > The fstab-line from the client: > > 192.168.2.4:/portage /usr/portage nfs4 > > rw,noatime,nodiratime,intr 0 0 > > > > 2.6.23-mm1 as client worked, some 2.6.24-rc1-git? also. > > hm. I guess that means I get to do yet another git-bisect. Either the nfs > changes or r-o-bind-mounts, I bet.
treogen mm-test # git bisect good Bisecting: 1245 revisions left to test after this [4d88b06571b9d45e9cb52d8ad5dbf196ba280ff3] git-scsi-misc I'm working on it... ;) Torsten - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/