Commit 8b0554e9 authored by Jeff Layton's avatar Jeff Layton Committed by J. Bruce Fields

nfsd: warn about impending removal of nfsdcld upcall

Let's shoot for removing the nfsdcld upcall in 3.10. Most likely,
no one is actually using it so I don't expect this warning to
fire often (except maybe on misconfigured systems).
Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent f3aa7e24
...@@ -1166,6 +1166,9 @@ nfsd4_client_tracking_init(struct net *net) ...@@ -1166,6 +1166,9 @@ nfsd4_client_tracking_init(struct net *net)
/* Finally, try to use nfsdcld */ /* Finally, try to use nfsdcld */
client_tracking_ops = &nfsd4_cld_tracking_ops; client_tracking_ops = &nfsd4_cld_tracking_ops;
printk(KERN_WARNING "NFSD: the nfsdcld client tracking upcall will be "
"removed in 3.10. Please transition to using "
"nfsdcltrack.\n");
do_init: do_init:
status = client_tracking_ops->init(net); status = client_tracking_ops->init(net);
if (status) { if (status) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment