----- Ursprüngliche Mail -----
Von: "chengzhihao1" chengzhihao1@huawei.com An: "richard" richard@nod.at, "linux-mtd" linux-mtd@lists.infradead.org CC: "david" david@sigma-star.at, "linux-kernel" linux-kernel@vger.kernel.org, "stable" stable@vger.kernel.org Gesendet: Samstag, 23. Januar 2021 03:45:15 Betreff: Re: [PATCH 3/4] ubifs: Update directory size when creating whiteouts
在 2021/1/23 5:22, Richard Weinberger 写道:
Although whiteouts are unlinked files they will get re-linked later,
I just want to make sure, is this where the count is increased? do_rename -> inc_nlink(whiteout)
Exactly. The logic is a little wicked, I agree. Let me think again whether there isn't a better way to address the problem.
Thanks, //richard
P.s: Thanks a lot for reviewing!