]> git.decadent.org.uk Git - nfs-utils.git/commit
blkmapd: remove pretty_sig()
authorJim Rees <rees@umich.edu>
Tue, 15 May 2012 14:10:01 +0000 (10:10 -0400)
committerSteve Dickson <steved@redhat.com>
Tue, 15 May 2012 14:10:01 +0000 (10:10 -0400)
commita69f6aeb19841f5a95c3eb4f4e5fe5ca0db247f4
tree986135d9a291c62a6cae8fc772fb0d2e66456b0b
parentd68e4b561369e60054d72ad307aa7a59b4dd4328
blkmapd: remove pretty_sig()

This really only works against EMC servers.  There is at least one server
that returns unprintable signatures, which fill the log with garbage (the
spec does not mandate printable signatures).  It could be made more generic,
for example by checking each byte for isprint().  But the signatures are
really only of interest to developers, not admins, so it seems better to
just remove it.

Signed-off-by: Jim Rees <rees@umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/blkmapd/device-process.c