summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ed5fd2d)
raw | patch | inline | side by side (parent: ed5fd2d)
author | Sebastian Harl <sh@teamix.net> | |
Thu, 2 Aug 2012 09:28:13 +0000 (11:28 +0200) | ||
committer | Sebastian Harl <sh@teamix.net> | |
Thu, 1 Jan 1970 00:00:00 +0000 (01:00 +0100) |
src/nfs.c | patch | blob | history | |
src/zfs_arc.c | patch | blob | history |
diff --git a/src/nfs.c b/src/nfs.c
index 5f7c30851d3e7e4f72264f4b8b290d92d06c2a3b..461e806f90ab76d0ed97747043ca1a1430a6f12c 100644 (file)
--- a/src/nfs.c
+++ b/src/nfs.c
nfs_procedures_submit (plugin_instance, proc_names, values,
proc_names_num);
+ return (0);
}
#endif
diff --git a/src/zfs_arc.c b/src/zfs_arc.c
index dd120409d582dba6a2f44cbe2b41d1fe18061f5a..f4352ff48f60588b72a1ae83d337ba817ff09031 100644 (file)
--- a/src/zfs_arc.c
+++ b/src/zfs_arc.c
v.derive = (derive_t) tmp;
za_submit (type, type_instance, /* values = */ &v, /* values_num = */ 1);
+ return (0);
}
static int za_read_gauge (kstat_t *ksp, const char *kstat_value,
v.gauge = (gauge_t) tmp;
za_submit (type, type_instance, /* values = */ &v, /* values_num = */ 1);
+ return (0);
}
static void za_submit_ratio (const char* type_instance, gauge_t hits, gauge_t misses)