[xfs-masters] [Bug 114011] XFS crash and destroyed metadata during heavy disk operations
bugzilla-daemon at bugzilla.kernel.org
bugzilla-daemon at bugzilla.kernel.org
Tue Mar 8 06:05:21 CST 2016
https://bugzilla.kernel.org/show_bug.cgi?id=114011
--- Comment #3 from René Krell <renda.krell at gmail.com> ---
I'm not a kernel expert, but I tried to find a relation and I suspect this
commit to be related:
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=7530e6fdd9f207a6ebcf669490656def4f7cf73e
The committer added:
xfs_buf_ioerror(bp, -EIO);
and in my trace there is:
XFS (sdb2): xfs_log_force: error -5 returned.
I assume EIO is still defined as:
#define EIO 5 /* I/O error */
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the xfs-masters
mailing list