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

From: Linus Torvalds
Date: Mon Jun 11 2018 - 13:34:43 EST


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?

Linus