]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc81dd52cc40c21bcfd238b73317c444156c4556f
treed8679364db2d1eb7befb4924b80b9628650e35b3
parent1465c52deff9a45edd7ab2169c764fdd74b0e109
ext4: remove a duplicate call in ext4_init_new_dir()

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>
fs/ext4/namei.c