Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-05-08 04:59:37 +02:00
fs: don't zero-fill btrfs data containers
The kernel does it already, and we gain a little performance here because we do it so often. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
+1
-1
@@ -188,7 +188,7 @@ namespace crucible {
|
||||
}
|
||||
|
||||
BtrfsDataContainer::BtrfsDataContainer(size_t buf_size) :
|
||||
m_data(buf_size, 0)
|
||||
m_data(buf_size)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren