]> Git Repo - linux.git/commit
ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio
authorpiaojun <[email protected]>
Thu, 5 Apr 2018 23:19:36 +0000 (16:19 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Apr 2018 04:36:22 +0000 (21:36 -0700)
commitba16ddfbeb9dde0df67cdb2006820e9cf4d99386
tree4923d608fcb9fd3de8390345c9b42f686064287b
parent39ec3774e3e8ebd5e45b0a5d071531d36f67c158
ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio

We need to check len for bio_add_page() to make sure the bio has been
set up correctly, otherwise we may submit incorrect data to device.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Jun Piao <[email protected]>
Reviewed-by: Yiwen Jiang <[email protected]>
Reviewed-by: Changwei Ge <[email protected]>
Acked-by: Joseph Qi <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Junxiao Bi <[email protected]>
Cc: Changwei Ge <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/ocfs2/cluster/heartbeat.c
This page took 0.078306 seconds and 4 git commands to generate.