Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2024 21:48:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 282432] p9fs: wrong name gets deleted
Message-ID:  <bug-282432-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282432

            Bug ID: 282432
           Summary: p9fs: wrong name gets deleted
           Product: Base System
           Version: 15.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: bakul@iitbombay.org

Simple test (on a p9fs mounted filesystem)

date > foo
ln foo bar
rm bar
ls

And you will see it is file foo that gets deleted, not bar!
This doesn't happen from a linux VM so this is definitely a p9fs problem.
I suspect this has to do with wrong fid (that of foo) being used when the f=
ile
is being removed.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282432-227>