mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
Fix spelling
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Haakan T Johansson <f96hajo@chalmers.se> Closes #5547 Closes #5543
This commit is contained in:
+1
-1
@@ -544,7 +544,7 @@ zil_create(zilog_t *zilog)
|
||||
/*
|
||||
* Allocate an initial log block if:
|
||||
* - there isn't one already
|
||||
* - the existing block is the wrong endianess
|
||||
* - the existing block is the wrong endianness
|
||||
*/
|
||||
if (BP_IS_HOLE(&blk) || BP_SHOULD_BYTESWAP(&blk)) {
|
||||
tx = dmu_tx_create(zilog->zl_os);
|
||||
|
||||
Reference in New Issue
Block a user