reiserfs: cleanup, remove unnecessary parens

The reiserfs code is littered with extra parens in places where the authors
may not have been certain about precedence of & vs ->. This patch cleans them
out.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
Jeff Mahoney
2014-04-23 10:00:42 -04:00
committed by Jan Kara
parent cf776a7a4d
commit a228bf8f0a
15 changed files with 129 additions and 130 deletions

View File

@@ -1575,7 +1575,7 @@ void do_balance(struct tree_balance *tb, struct item_head *ih,
return;
}
atomic_inc(&(fs_generation(tb->tb_sb)));
atomic_inc(&fs_generation(tb->tb_sb));
do_balance_starts(tb);
/*