OSDN Git Service

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)
commit52c826db6d4b638677683c79e6c465b99074be74
treed8679364db2d1eb7befb4924b80b9628650e35b3
parentf8b3b59d4d561368cf8c92d50218fc0d5be7cb46
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