Skip to content
Commit ade990f9 authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: enforce fsync_mode=strict for renamed directory



This is to give a option for user to be able to recover B/foo in the below
case.

mkdir A
sync()
rename(A, B)
creat (B/foo)
fsync (B/foo)
---crash---

Sugessted-by: default avatarVelayudhan Pillai <vijay@cs.utexas.edu>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 8a29c126
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment