From 8cb82688097b300dd3f107c3e19c92662fba5359 Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Mon, 26 Aug 2013 21:25:31 +0900 Subject: [PATCH] f2fs: fix omitting to update inode page The f2fs_set_link updates its parent inode number, so we should sync this to the inode block. Otherwise, the data can be lost after sudden-power-off. Signed-off-by: Jaegeuk Kim --- Reading git-format-patch failed