This is an alternate solution to the deadlock problem I mentioned in
my previous patch.
On Tue, Sep 24, 2013 at 3:49 PM, Russ Knize wrote:
> From: Russ Knize
>
> f2fs_initxattrs() is called internally from within F2FS and should
> not call functions that are used by VFS handlers.
From: Russ Knize
f2fs_initxattrs() is called internally from within F2FS and should
not call functions that are used by VFS handlers. This avoids
certain deadlocks:
- vfs_create()
- f2fs_create() <-- takes an fs_lock
- f2fs_add_link()
- __f2fs_add_link()
- init_inode_metad
it doesn't matter
> with stress-testing.
> Actually what I've concerned is that we should not grab two or
> more fs_locks in the same call path.
> Thanks,
>
> 2013/9/11 Russ Knize :
>> Hi Jaegeuk/Gu,
>>
>> I've removed the lock and have been stress-tes
3 matches
Mail list logo