diff options
author | Neil Brown <neilb@suse.de> | 2007-03-20 10:09:50 +1100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-03-20 10:09:50 +1100 |
commit | f113db5225e2954a53fd7eecccfc08326904909f (patch) | |
tree | db9172bd41480895eeda606b32335fb1263348fa /utils/statd/callback.c | |
parent | 19d85885b9eba376c7fc96c2f0b69c22776ba077 (diff) | |
download | nfs-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.c | 1 |
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(¬ify, call); } lp = NL_NEXT(lp); |