]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit11550de4976b962df5534cae65f7ac279fe3e99e
tree4f079f4fbbf4f11bfee0c627b8d9ad54b88d6136
parentfb5a317f1baaa98ff032f33c8ce7a4c1bb906d9a
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 <jaegeuk.kim@samsung.com>
fs/f2fs/f2fs.h