search for: tmp_key

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

Did you mean: tmp_dev
2011 Mar 23
0
[PATCH] Btrfs: cleanup some BUG_ON()
..._root_tree, &wc); + ret = walk_log_tree(trans, log_root_tree, &wc); + BUG_ON(ret); again: key.objectid = BTRFS_TREE_LOG_OBJECTID; @@ -3141,8 +3145,7 @@ again: log = btrfs_read_fs_root_no_radix(log_root_tree, &found_key); - BUG_ON(!log); - + BUG_ON(IS_ERR(log)); tmp_key.objectid = found_key.offset; tmp_key.type = BTRFS_ROOT_ITEM_KEY; -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2005 Apr 04
0
io timeout after 180 seconds
...once a day) then don't rotate anything ~ if ($tmp_max > 1) { ~ // go through directories in reverse order and rotate them ~ natsort($a_dirList); ~ $a_dirList = array_reverse($a_dirList); ~ foreach ($a_dirList as $tmp_dir) { ~ $tmp_key = preg_replace(':.*\.(\d+)$:', '\\1', $tmp_dir); ~ // rotate off any of the old backups ~ if (($tmp_key + 1) >= $tmp_max) { ~ if ($b_debug || $b_dryRun) { ~ $tmp_msg = 'Rotating off old backup: ' . $s...