* [Bug 216781] New: wrong check buffer_head in ext4_simulate_fail_bh
@ 2022-12-07 3:06 bugzilla-daemon
2022-12-07 3:12 ` [Bug 216781] " bugzilla-daemon
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2022-12-07 3:06 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=216781
Bug ID: 216781
Summary: wrong check buffer_head in ext4_simulate_fail_bh
Product: File System
Version: 2.5
Kernel Version: 6.0
Hardware: All
OS: Linux
Tree: Mainline
Status: NEW
Severity: low
Priority: P1
Component: ext4
Assignee: fs_ext4@kernel-bugs.osdl.org
Reporter: 1527030098@qq.com
Regression: No
ext4_simulate_fail_bh used at
https://elixir.bootlin.com/linux/latest/source/fs/ext4/inode.c#L4574
but it seems bh(buffer_head) can only be ptr or NULL, so it is wrong to use
IS_ERR in ext4_simulate_fail_bh at
https://elixir.bootlin.com/linux/latest/source/fs/ext4/ext4.h#L1855
replace IS_ERR with IS_ERR_OR_NULL here.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Bug 216781] wrong check buffer_head in ext4_simulate_fail_bh
2022-12-07 3:06 [Bug 216781] New: wrong check buffer_head in ext4_simulate_fail_bh bugzilla-daemon
@ 2022-12-07 3:12 ` bugzilla-daemon
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2022-12-07 3:12 UTC (permalink / raw)
To: linux-ext4
https://bugzilla.kernel.org/show_bug.cgi?id=216781
eriri (1527030098@qq.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from eriri (1527030098@qq.com) ---
Oops,it's my mistake.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-07 3:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-07 3:06 [Bug 216781] New: wrong check buffer_head in ext4_simulate_fail_bh bugzilla-daemon
2022-12-07 3:12 ` [Bug 216781] " 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).