search for: b_error

Displaying 2 results from an estimated 2 matches for "b_error".

Did you mean: i_error
2005 Apr 04
0
io timeout after 180 seconds
...t::getopt($args, 'dhtr', array('debug', 'help', 'test', 'reinit')); if (PEAR::isError($options)) { ~ die($options->getMessage() . "\n"); } $b_debug = false; $b_dryRun = false; $b_cleanupDryRun = false; $b_reinit = false; $s_log = ''; $b_error = false; foreach ($options[0] as $option) { ~ switch ($option[0]) { ~ case 'h': ~ case '--help': ~ showUsage($args[0]); ~ exit; ~ break; ~ case 'd': ~ case '--debug': ~ $b_debug = true; ~...
2003 Apr 11
14
PATCH: Forcible delaying of UFS (soft)updates
...s.org/dev/ata/ata-disk.c Thu Jan 30 08:19:59 2003 +++ dev/ata/ata-disk.c Sat Apr 12 00:31:26 2003 @@ -294,6 +294,7 @@ adstrategy(struct buf *bp) struct ad_softc *adp = bp->b_dev->si_drv1; int s; + stratcalls++; if (adp->device->flags & ATA_D_DETACHING) { bp->b_error = ENXIO; bp->b_flags |= B_ERROR; --- /usr/src/sys.org/kern/vfs_subr.c Sun Oct 13 18:19:12 2002 +++ kern/vfs_subr.c Sat Apr 12 01:56:16 2003 @@ -116,6 +116,10 @@ SYSCTL_INT(_vfs, OID_AUTO, reassignbufme static int nameileafonly = 0; SYSCTL_INT(_vfs, OID_AUTO, nameileafonly, CTLFLAG_RW, &n...