Commit 9e740568 authored by Yongqiang Yang's avatar Yongqiang Yang Committed by Theodore Ts'o

ext4: fix a typo in extents.c

Signed-off-by: default avatarYongqiang Yang <yangyongqiang01@baidu.com>
Reviewed-by: default avatarCarlos Maiolino <cmaiolino@redhat.com>
parent a34e15cc
...@@ -3477,7 +3477,7 @@ static int ext4_ext_convert_to_initialized(handle_t *handle, ...@@ -3477,7 +3477,7 @@ static int ext4_ext_convert_to_initialized(handle_t *handle,
WARN_ON(map->m_lblk < ee_block); WARN_ON(map->m_lblk < ee_block);
/* /*
* It is safe to convert extent to initialized via explicit * It is safe to convert extent to initialized via explicit
* zeroout only if extent is fully insde i_size or new_size. * zeroout only if extent is fully inside i_size or new_size.
*/ */
split_flag |= ee_block + ee_len <= eof_block ? EXT4_EXT_MAY_ZEROOUT : 0; split_flag |= ee_block + ee_len <= eof_block ? EXT4_EXT_MAY_ZEROOUT : 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment