Module Name: src Committed By: jdolecek Date: Mon Apr 20 19:29:09 UTC 2020
Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: xbdback_fragio_intvl is also no longer used To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/arch/xen/xen/xbdback_xenbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/xen/xen/xbdback_xenbus.c diff -u src/sys/arch/xen/xen/xbdback_xenbus.c:1.84 src/sys/arch/xen/xen/xbdback_xenbus.c:1.85 --- src/sys/arch/xen/xen/xbdback_xenbus.c:1.84 Mon Apr 20 19:20:35 2020 +++ src/sys/arch/xen/xen/xbdback_xenbus.c Mon Apr 20 19:29:09 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: xbdback_xenbus.c,v 1.84 2020/04/20 19:20:35 bouyer Exp $ */ +/* $NetBSD: xbdback_xenbus.c,v 1.85 2020/04/20 19:29:09 jdolecek Exp $ */ /* * Copyright (c) 2006 Manuel Bouyer. @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: xbdback_xenbus.c,v 1.84 2020/04/20 19:20:35 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: xbdback_xenbus.c,v 1.85 2020/04/20 19:29:09 jdolecek Exp $"); #include <sys/atomic.h> #include <sys/buf.h> @@ -245,9 +245,6 @@ static struct pool_cache xbdback_io_pool /* Interval between reports of I/O errors from frontend */ static const struct timeval xbdback_err_intvl = { 1, 0 }; -#ifdef DEBUG -static const struct timeval xbdback_fragio_intvl = { 60, 0 }; -#endif void xbdbackattach(int); static int xbdback_xenbus_create(struct xenbus_device *); static int xbdback_xenbus_destroy(void *);