From: Namjae Jeon Date: Sat, 22 Dec 2012 03:09:58 +0000 (+0900) Subject: f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_info X-Git-Tag: v3.8-rc3~26^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=344324f10fad05e40b1047c5e09ebbc77e43c24f;p=pandora-kernel.git 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 Signed-off-by: Amit Sahrawat Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed