* [Bug 70831] New: Bind mount doesn't allow to trash files and directories
@ 2014-02-19 11:02 bugzilla-daemon
2014-02-19 11:10 ` [Bug 70831] " bugzilla-daemon
2014-02-19 15:06 ` bugzilla-daemon
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2014-02-19 11:02 UTC (permalink / raw)
To: linux-ext4
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-02-19 15:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-19 11:02 [Bug 70831] New: Bind mount doesn't allow to trash files and directories bugzilla-daemon
2014-02-19 11:10 ` [Bug 70831] " bugzilla-daemon
2014-02-19 15:06 ` bugzilla-daemon
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).