[f2fs-dev] [PATCH RESEND] f2fs:Fix concurrent access issue in the function recover_dentry

2015-09-23 Thread Nicholas Krause
This fixes a concurrent access in the function recover_dentry by locking the superblock representation in memory with f2fs_lock_op before calling the function __f2fs_add_link and unlocking the superblock afterwards with f2fs_unlock_op in order to avoid concurrent access here as neither

Re: [f2fs-dev] [PATCH RESEND] f2fs:Fix concurrent access issue in the function recover_dentry

2015-09-23 Thread Jaegeuk Kim
On Wed, Sep 23, 2015 at 03:45:50PM -0400, Nicholas Krause wrote: > This fixes a concurrent access in the function recover_dentry by > locking the superblock representation in memory with f2fs_lock_op > before calling the function __f2fs_add_link and unlocking the > superblock afterwards with