summaryrefslogtreecommitdiffstats
path: root/utils/statd/callback.c
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2007-03-20 10:09:50 +1100
committerNeil Brown <neilb@suse.de>2007-03-20 10:09:50 +1100
commitf113db5225e2954a53fd7eecccfc08326904909f (patch)
treedb9172bd41480895eeda606b32335fb1263348fa /utils/statd/callback.c
parent19d85885b9eba376c7fc96c2f0b69c22776ba077 (diff)
downloadnfs-utils-f113db5225e2954a53fd7eecccfc08326904909f.tar.gz
nfs-utils-f113db5225e2954a53fd7eecccfc08326904909f.tar.xz
nfs-utils-f113db5225e2954a53fd7eecccfc08326904909f.zip
Remove notify functionality from statd in favour of sm-notify
statd now execs sm-notify to notify peers and only listens to monitor requests and remote notifications itself.
Diffstat (limited to 'utils/statd/callback.c')
-rw-r--r--utils/statd/callback.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/statd/callback.c b/utils/statd/callback.c
index 8a85ce9..bb8bf52 100644
--- a/utils/statd/callback.c
+++ b/utils/statd/callback.c
@@ -49,7 +49,6 @@ sm_notify_1_svc(struct stat_chge *argp, struct svc_req *rqstp)
if (NL_STATE(lp) != argp->state) {
NL_STATE(lp) = argp->state;
call = nlist_clone(lp);
- NL_TYPE(call) = NOTIFY_CALLBACK;
nlist_insert(&notify, call);
}
lp = NL_NEXT(lp);