Displaying 2 results from an estimated 2 matches for "_alot_".
Did you mean:
_a_lot_
2003 Aug 22
2
Re-using RSA1 keys as RSA
Is there a security issue with turning an RSA1 key into an RSA key? One
might want to do this, e.g., to move to protocol 2 without having to
update authorized_keys files.
I thought there was a problem with this, but Google doesn't find anything.
thanks
/fc
2010 May 11
0
[PATCH 4/5] btrfs: don't cache empty block groups during mount
...torsize = root->sectorsize;
- /*
- * check for two cases, either we are full, and therefore
- * don''t need to bother with the caching work since we won''t
- * find any space, or we are empty, and we can just add all
- * the space in and be done with it. This saves us _alot_ of
- * time, particularly in the full case.
- */
- if (found_key.offset == btrfs_block_group_used(&cache->item)) {
- exclude_super_stripes(root, cache);
- cache->last_byte_to_unpin = (u64)-1;
- cache->cached = BTRFS_CACHE_FINISHED;
- free_excluded_extents(root, cache);
-...