ext4: remove a duplicate call in ext4_init_new_dir()
authorWang Shilong <wshilong@ddn.com>
Sat, 30 Aug 2014 03:20:44 +0000 (23:20 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 30 Aug 2014 03:20:44 +0000 (23:20 -0400)
ext4_journal_get_write_access() has just been called in ext4_append()
calling it again here is duplicated.

Signed-off-by: Wang Shilong <wshilong@ddn.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>

No differences found