K 10 svn:author V 7 asomers K 8 svn:date V 27 2013-10-11T22:54:02.711805Z K 7 svn:log V 679 Miscellaneous bug fixes in zfsd. cddl/sbin/zfsd/zfsd.cc Properly handle POLLHUP, POLLER, and EINTR on the devd socket. Ignore POLLHUP led to zfsd spinning the cpu. cddl/sbin/zfsd/case_file.cc: cddl/sbin/zfsd/dev_ctl_event.cc: Use a constant format string so that syslog() cannot be confused by random '%' characters in the string we are logging. Fixes a warning with Clang. cddl/sbin/zfsd/zfsd.cc: In EventBuffer::ExtractEvent(), add a missing argument to one syslog() invocation and specify that an integer is a size_t in another. Fixes warnings in Clang. Submitted by: asomers, gibbs Approved by: ken (mentor) Sponsored by: Spectra Logic Corporation END