]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/txg.h
Cleanup: Specify unsignedness on things that should not be signed
[mirror_zfs.git] / include / sys / txg.h
index c0ee348a61bc5e323153e259e324a7045dd88e90..46945210cdb5827d90d18a93c00b4eec57b9ca95 100644 (file)
@@ -138,7 +138,7 @@ extern void *txg_list_head(txg_list_t *tl, uint64_t txg);
 extern void *txg_list_next(txg_list_t *tl, void *p, uint64_t txg);
 
 /* Global tuning */
-extern int zfs_txg_timeout;
+extern uint_t zfs_txg_timeout;
 
 
 #ifdef ZFS_DEBUG