diff options
author | Chengguang Xu <cgxu519@mykernel.net> | 2019-12-06 08:43:17 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-01-18 00:24:52 +0300 |
commit | 7063743f6860874fedc943fb168e079abdc62f2c (patch) | |
tree | 0b983c5d5b665bd2c03009d0d265773b09a18889 /fs/ext4/namei.c | |
parent | d4c5e960bf202d99ec9a6922ad387eafb798b848 (diff) | |
download | linux-7063743f6860874fedc943fb168e079abdc62f2c.tar.xz |
ext4: remove unnecessary assignment in ext4_htree_store_dirent()
We have allocated memory using kzalloc() so don't have
to set 0 again in last byte.
Signed-off-by: Chengguang Xu <cgxu519@mykernel.net>
Link: https://lore.kernel.org/r/20191206054317.3107-1-cgxu519@mykernel.net
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/namei.c')
0 files changed, 0 insertions, 0 deletions