commit | fef0ebdb229bedce888b63923e2a1ba4e6c6a84c | [log] [tgz] |
---|---|---|
author | Guo Chao <yan@linux.vnet.ibm.com> | Sun Jan 06 23:40:25 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jan 06 23:40:25 2013 -0500 |
tree | bff420c9a7e6b614a1ed83f22157475b885b421c | |
parent | 0ecaef0644973e9006fdbc6974301047aaff9bc6 [diff] |
ext4: remove duplicate call to ext4_bread() in ext4_init_new_dir() This fixes a buffer cache leak when creating a directory, introduced in commit a774f9c20. Signed-off-by: Guo Chao <yan@linux.vnet.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Reviewed-by: Tao Ma <boyu.mt@taobao.com>