mbox series

[v5,RESEND,0/2] Misc fixes for ocfs2_read_blocks

Message ID 20240902023636.1843422-1-joseph.qi@linux.alibaba.com (mailing list archive)
Headers show
Series Misc fixes for ocfs2_read_blocks | expand

Message

Joseph Qi Sept. 2, 2024, 2:36 a.m. UTC
This series contains 2 fixes for ocfs2_read_blocks().
The first patch fix the issue reported by syzbot, which detects bad
unlock balance in ocfs2_read_blocks().
The second patch fix an issue reported by Heming Zhao when reviewing
above fix.

Lizhi Xu (2):
  ocfs2: remove unreasonable unlock in ocfs2_read_blocks
  ocfs2: Fix possible null-ptr-deref in ocfs2_set_buffer_uptodate

 fs/ocfs2/buffer_head_io.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)