linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fix referencing wrong parent dir info after renaming
@ 2022-03-25  9:42 Yuezhang.Mo
  2022-04-04  3:10 ` Namjae Jeon
  0 siblings, 1 reply; 2+ messages in thread
From: Yuezhang.Mo @ 2022-03-25  9:42 UTC (permalink / raw)
  To: Namjae Jeon, sj1557.seo
  Cc: linux-fsdevel, linux-kernel, Andy.Wu, Wataru.Aoyama, Kohada.Tetsuhiro

exfat_update_parent_info() is a workaround for the bug, but it only
fixes the rename system call, not by fixing the root cause, the bug
still causes other system calls to fail.

In this patch series, the first patch fixes the bug by fixing the root
cause. After it, exfat_update_parent_info() is no longer needed. So the
second patch removes exfat_update_parent_info().

Yuezhang Mo (2):
  exfat: fix referencing wrong parent directory information after
    renaming
  exfat: remove exfat_update_parent_info()

 fs/exfat/namei.c | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/2] fix referencing wrong parent dir info after renaming
  2022-03-25  9:42 [PATCH 0/2] fix referencing wrong parent dir info after renaming Yuezhang.Mo
@ 2022-04-04  3:10 ` Namjae Jeon
  0 siblings, 0 replies; 2+ messages in thread
From: Namjae Jeon @ 2022-04-04  3:10 UTC (permalink / raw)
  To: Yuezhang.Mo
  Cc: sj1557.seo, linux-fsdevel, linux-kernel, Andy.Wu, Wataru.Aoyama,
	Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp

2022-03-25 18:42 GMT+09:00, Yuezhang.Mo@sony.com <Yuezhang.Mo@sony.com>:
> exfat_update_parent_info() is a workaround for the bug, but it only
> fixes the rename system call, not by fixing the root cause, the bug
> still causes other system calls to fail.
>
> In this patch series, the first patch fixes the bug by fixing the root
> cause. After it, exfat_update_parent_info() is no longer needed. So the
> second patch removes exfat_update_parent_info().
>
> Yuezhang Mo (2):
>   exfat: fix referencing wrong parent directory information after
>     renaming
>   exfat: remove exfat_update_parent_info()
>
>  fs/exfat/namei.c | 27 +--------------------------
>  1 file changed, 1 insertion(+), 26 deletions(-)
Applied, Thanks for your patch!
>
> --
> 2.25.1
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-04  3:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-25  9:42 [PATCH 0/2] fix referencing wrong parent dir info after renaming Yuezhang.Mo
2022-04-04  3:10 ` Namjae Jeon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).