Re: [GIT PULL] f2fs update for 4.18-rc1

From: Jaegeuk Kim
Date: Mon Jun 11 2018 - 13:51:11 EST


On 06/11, Linus Torvalds wrote:
> On Mon, Jun 11, 2018 at 9:52 AM Jaegeuk Kim <jaegeuk@xxxxxxxxxx> wrote:
> >
> > Eric Biggers (4):
> > f2fs: call unlock_new_inode() before d_instantiate()
>
> Btw, in my merge, this got superseded by commit 1e2e547a93a00ebc2158
> ("do d_instantiate/unlock_new_inode combinations safely"), because the
> ordering of that d_instantiate() and unlock_new_inode() was subtler
> than just doing the unlock first.
>
> I can't test the end result, so you guys should double-check whatever
> xfstest you ran originall, ok?

https://lkml.org/lkml/2018/5/13/248
Got it. Thanks.

>
> Linus