[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bug-71791-13602-4LFzENGHK3@https.bugzilla.kernel.org/>
Date: Tue, 11 Mar 2014 20:14:17 +0000
From: bugzilla-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 71791] Unlinking a file that was moved to another folder but
still open by other process blocks either process (not always reproducible)
https://bugzilla.kernel.org/show_bug.cgi?id=71791
Jan Kara <jack@...e.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
CC| |jack@...e.cz
--- Comment #1 from Jan Kara <jack@...e.cz> ---
So one note is that we are likely waiting for writeback on some page in that
file to finish. Another note is that I don't think another process has the file
open - the stacktrace clearly shows that we are completely deleting the file
which means noone can have the file open (if you can really show otherwise, it
would be a major bug).
I guess the file has been written quite recently and the filesystem is quite
loaded with the IO, isn't it?
Can you try mounting the filesystem with 'noauto_da_alloc' mount option?
--
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists