提交 400086d7 编写于 作者: M Milan Djurovic 提交者: Theodore Ts'o

ext4: remove unnecessary braces in fs/ext4/dir.c

Removes braces to follow the coding style.
Signed-off-by: NMilan Djurovic <mdjurovic@zohomail.com>
Link: https://lore.kernel.org/r/20210316052953.67616-1-mdjurovic@zohomail.comSigned-off-by: NTheodore Ts'o <tytso@mit.edu>
上级 6b3caab4
......@@ -124,9 +124,9 @@ static int ext4_readdir(struct file *file, struct dir_context *ctx)
if (is_dx_dir(inode)) {
err = ext4_dx_readdir(file, ctx);
if (err != ERR_BAD_DX_DIR) {
if (err != ERR_BAD_DX_DIR)
return err;
}
/* Can we just clear INDEX flag to ignore htree information? */
if (!ext4_has_metadata_csum(sb)) {
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册