diff options
author | 2012-12-22 12:09:58 +0900 | |
---|---|---|
committer | 2012-12-28 11:27:05 +0900 | |
commit | 344324f10fad05e40b1047c5e09ebbc77e43c24f (patch) | |
tree | e5ea654ddb10af7aa22c734c317ac844ec0ffdb2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f2fs: handle error from f2fs_iget_nowait (diff) | |
download | linux-dev-344324f10fad05e40b1047c5e09ebbc77e43c24f.tar.xz linux-dev-344324f10fad05e40b1047c5e09ebbc77e43c24f.zip |
f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_info
Since, the memory for the object of dirty_seglist_info is allocated
using kzalloc - which returns zeroed out memory. So, there is no need
to initialize the nr_dirty values with zeroes.
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions