Re: Regression, bisected: sqlite locking failure on nfs

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Trond Myklebust
Date: Monday, November 1, 2010 - 12:22 pm

On Mon, 2010-11-01 at 14:30 -0400, Chuck Lever wrote:

I suspect nlmclnt_lookup_host() is to blame. It appears to be the _only_
thing in the kernel that actually sets this 'srcaddr' field, and it sets
it to

const struct sockaddr source = {
	.sa_family      = AF_UNSPEC,
};

You triggered the bug by removing the line

	transport->srcaddr.ss_family = family;

from xs_create_sock().

   Trond
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Regression, bisected: sqlite locking failure on nfs, Nick Bowler, (Mon Nov 1, 10:58 am)
Re: Regression, bisected: sqlite locking failure on nfs, Trond Myklebust, (Mon Nov 1, 12:22 pm)
Re: Regression, bisected: sqlite locking failure on nfs, Trond Myklebust, (Mon Nov 1, 12:42 pm)
Re: Regression, bisected: sqlite locking failure on nfs, Trond Myklebust, (Mon Nov 1, 12:48 pm)
Re: Regression, bisected: sqlite locking failure on nfs, Trond Myklebust, (Mon Nov 1, 1:09 pm)
Re: Regression, bisected: sqlite locking failure on nfs, Trond Myklebust, (Mon Nov 1, 1:35 pm)
Re: Regression, bisected: sqlite locking failure on nfs, Trond Myklebust, (Tue Nov 2, 6:14 am)