git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2873d21
)
nfsd: change heuristic for selecting the client_tracking_ops
author
Jeff Layton
<jlayton@redhat.com>
Mon, 12 Nov 2012 20:00:49 +0000
(15:00 -0500)
committer
J. Bruce Fields
<bfields@redhat.com>
Mon, 12 Nov 2012 23:55:10 +0000
(18:55 -0500)
First, try to use the new usermodehelper upcall. It should succeed or
fail quickly, so there's little cost to doing so.
If it fails, and the legacy tracking dir exists, use that. If it
doesn't exist then fall back to using nfsdcld.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
No differences found