[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4BAA5955.4000001@gmail.com>
Date: Wed, 24 Mar 2010 14:26:29 -0400
From: Doug Nazar <nazard.lkml@...il.com>
To: Al Viro <viro@...IV.linux.org.uk>
CC: Boaz Harrosh <bharrosh@...asas.com>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>,
"J. Bruce Fields" <bfields@...i.umich.edu>,
pNFS Mailing List <pnfs@...ux-nfs.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [pnfs] [GIT BISECT] first bad commit: 1f36f774 Switch !O_CREAT
case to use of do_last()
On 2010-03-24 2:06 PM, Al Viro wrote:
>
> How consistent are the effects you are seeing from test to test on the same
> kernel? This one was very interesting, since it seemed to fail with
> -EISDIR while opening .git/objects/pack. Which is a directory and which
> should fail with -EISDIR if and only if we pass O_CREAT to open(). And
> passing O_CREAT on that one is probably not an intended behaviour of git...
>
> Does anybody else see NFS breakage starting at that commit, BTW? Other
> testcases would be useful...
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
I also see it....didn't bisect it yet since I was in a rush and had a
simple work around. I was doing a git pull between two repositories on a
NFS 4 w/krb5 security. Got the error about .git/objects/pack (error:
unable to open object pack directory: .git/objects/pack: Is a
directory). If I then run 'ls .git/objects/pack', and then the 'git
pull' again it works.
Doug
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists