f2fs: initialize newly allocated dnode structure
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Wed, 2 Jan 2013 23:57:21 +0000 (08:57 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Fri, 4 Jan 2013 00:46:27 +0000 (09:46 +0900)
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 <jaegeuk.kim@samsung.com>

No differences found