Bug 21902
Summary: | NFS Client file access problem firefox | ||
---|---|---|---|
Product: | File System | Reporter: | Hans de Bruin (jmdebruin) |
Component: | NFS | Assignee: | Trond Myklebust (trondmy) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.37-rc1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 21782 | ||
Attachments: | NLM: Fix a regression in lockd |
Description
Hans de Bruin
2010-11-03 14:13:02 UTC
First-Bad-Commit : 9247685088398cf21bcb513bd2832b4cd42516c4 Yes. This is a known problem. A fix has already been posted to the mailing lists, and is currently queued up in my 'bugfixes' branch on git.linux-nfs.org. Created attachment 36032 [details]
NLM: Fix a regression in lockd
Apparently, removing the 'transport->srcaddr.ss_family = family' from
xs_create_sock() triggers this due to nlmclnt_lookup_host() incorrectly
initialising the srcaddr family to AF_UNSPEC.
Ok, the patch works for me too. I will close the bug when the fix appears in mainline. Fixed by commit 8e35f8e7c61c88f9a979a4e6f7f4ffd4c158a88a . |