From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 70831] New: Bind mount doesn't allow to trash files and directories
Date: Wed, 19 Feb 2014 11:02:43 +0000 [thread overview]
Message-ID: <bug-70831-13602@https.bugzilla.kernel.org/> (raw)
https://bugzilla.kernel.org/show_bug.cgi?id=70831
Bug ID: 70831
Summary: Bind mount doesn't allow to trash files and
directories
Product: File System
Version: 2.5
Kernel Version: Debian 3.11.8-1
Hardware: x86-64
OS: Linux
Tree: Mainline
Status: NEW
Severity: high
Priority: P1
Component: ext4
Assignee: fs_ext4@kernel-bugs.osdl.org
Reporter: dbz.gml@gmail.com
Regression: No
Hello.
I've asked a question here
(https://unix.stackexchange.com/questions/115757/bind-mount-unable-to-delete-files-to-trash)
about strange situation with deleting files from bind-mounted directories.
Someone Ricky Beam supposed this is a kernel issue.
This is a quote of his words:
[QUOTE]
This is a linux kernel issue. It's not looking at the true super-block of the
source and destination filesystems:
17926 rename("d1/foo", "d2/foo") = -1 EXDEV (Invalid cross-device link)
Looks like the issue is in do_rename() (fs/namei.c):
error = -EXDEV;
if (oldnd.mnt != newnd.mnt)
goto exit2;
*sigh*
[/QUOTE]
Could you please take a look at this issue and confirm or disprove this is a
kernel issue?
Thank you very much!
--
You are receiving this mail because:
You are watching the assignee of the bug.
next reply other threads:[~2014-02-19 11:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-19 11:02 bugzilla-daemon [this message]
2014-02-19 11:10 ` [Bug 70831] Bind mount doesn't allow to trash files and directories bugzilla-daemon
2014-02-19 15:06 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-70831-13602@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=linux-ext4@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.