From: Jaegeuk Kim Date: Wed, 2 Jan 2013 23:57:21 +0000 (+0900) Subject: f2fs: initialize newly allocated dnode structure X-Git-Tag: v3.8-rc5~24^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66d1f76878fcb1e78592fe8aecd13f438d6c0d7;p=pandora-kernel.git f2fs: initialize newly allocated dnode structure This patch resolves Coverity #753112. In practical, the existing code flow does not fall into the reported errorneous path. But, anyway, let's avoid this for future. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed