MFV: 315989
authorjpaetzel <jpaetzel@FreeBSD.org>
Mon, 27 Mar 2017 17:27:46 +0000 (17:27 +0000)
committerjpaetzel <jpaetzel@FreeBSD.org>
Mon, 27 Mar 2017 17:27:46 +0000 (17:27 +0000)
commite34b741452ce79ce367dd5ae3f2b219b1e227b89
treead2c40d525013ec124c72d069db4e4b1e6c083b1
parentf804aa79e75504dfe97f3a5fa15cd77ee1a5a0f9
MFV: 315989

7603 xuio_stat_wbuf_* should be declared (void)

illumos/illumos-gate@99aa8b55058e512798eafbd71f72f916bdc10181
https://github.com/illumos/illumos-gate/commit/99aa8b55058e512798eafbd71f72f916bdc10181

https://www.illumos.org/issues/7603

  The funcs are declared k&r style, where the args are not specified:

  void xuio_stat_wbuf_copied();
  They should be declared to take no arguments:

  void xuio_stat_wbuf_copied(void);
  Need to change both .c and .h.

Author: Prashanth Sreenivasa <pks@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Paul Dagnelie <pcd@delphix.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu.h