diff options
| author | Alan Somers <asomers@gmail.com> | 2017-04-19 13:56:59 -0600 | 
|---|---|---|
| committer | Prakash Surya <prakash.surya@delphix.com> | 2017-09-25 12:51:47 -0700 | 
| commit | 3f7978d02b206a6ebc5652c91aa9f42da6fbe00c (patch) | |
| tree | fbb28f24b8f90405d134fbc26ec40bd9fa1821a1 /usr/src/uts/common/fs/zfs/dbuf.c | |
| parent | b2f2652061ea587b1b2b4e246659e1d7e7313f42 (diff) | |
| download | illumos-joyent-3f7978d02b206a6ebc5652c91aa9f42da6fbe00c.tar.gz | |
8081 Compiler warnings in zdb
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Prakash Surya <prakash.surya@delphix.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/uts/common/fs/zfs/dbuf.c')
| -rw-r--r-- | usr/src/uts/common/fs/zfs/dbuf.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/usr/src/uts/common/fs/zfs/dbuf.c b/usr/src/uts/common/fs/zfs/dbuf.c index 5abe64e051..cf6b550c3e 100644 --- a/usr/src/uts/common/fs/zfs/dbuf.c +++ b/usr/src/uts/common/fs/zfs/dbuf.c @@ -495,8 +495,9 @@ dbuf_evict_one(void)   * of the dbuf cache is at or below the maximum size. Once the dbuf is aged   * out of the cache it is destroyed and becomes eligible for arc eviction.   */ +/* ARGSUSED */  static void -dbuf_evict_thread(void) +dbuf_evict_thread(void *unused)  {  	callb_cpr_t cpr; | 
