Index: sys/dev/xen/blkfront/blkfront.c =================================================================== --- sys/dev/xen/blkfront/blkfront.c +++ sys/dev/xen/blkfront/blkfront.c @@ -603,7 +603,7 @@ int rc = 0; - if (length <= 0) + if (length == 0) - return (rc); + return (0); xbd_quiesce(sc); /* All quiet on the western front. */