f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_info
authorNamjae Jeon <namjae.jeon@samsung.com>
Sat, 22 Dec 2012 03:09:58 +0000 (12:09 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Fri, 28 Dec 2012 02:27:05 +0000 (11:27 +0900)
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>

No differences found