ANDROID: Incremental fs: Fix dangling else
Fix a compiler warning:
fs/incfs/data_mgmt.c: In function ‘incfs_get_filled_blocks’:
fs/incfs/data_mgmt.c:768:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else]
768 | if (is_data_block_present(&dfb))
| ^
Fixes: 9cbdd375f644 ("ANDROID: Incremental fs: Fix filled block count from get filled blocks")
Signed-off-by:
Eric Biggers <ebiggers@google.com>
Change-Id: I1f6ffb6eccec2a128298c008b0fedbaa998895f9
Loading
Please register or sign in to comment