]> git.decadent.org.uk Git - nfs-utils.git/commit
statd: Replace note() with xlog() in rpc.statd
authorChuck Lever <chuck.lever@oracle.com>
Tue, 24 Nov 2009 13:36:20 +0000 (08:36 -0500)
committerSteve Dickson <steved@redhat.com>
Tue, 24 Nov 2009 13:36:20 +0000 (08:36 -0500)
commit9ccfe0fa5a43dfc4453b09e328565a6c8f999fe4
tree8e2d3525f3748b08d51602d41f715fd1fe27262f
parent29e2293a69a75abf0ce1c85daff0b94c9875d56a
statd: Replace note() with xlog() in rpc.statd

To facilitate code sharing between statd and sm-notify (and with other
components of nfs-utils), replace sm-notify's nsm_log() with xlog().

Since opt_quiet is used in only a handful of insignificant cases, it
is removed.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
15 files changed:
support/include/ha-callout.h
utils/statd/Makefile.am
utils/statd/callback.c
utils/statd/log.c [deleted file]
utils/statd/log.h [deleted file]
utils/statd/misc.c
utils/statd/monitor.c
utils/statd/rmtcall.c
utils/statd/simu.c
utils/statd/simulate.c
utils/statd/stat.c
utils/statd/statd.c
utils/statd/statd.h
utils/statd/svc_run.c
utils/statd/version.h [deleted file]