aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c
diff options
context:
space:
mode:
Diffstat (limited to 'block/blk-merge.c')
-rw-r--r--block/blk-merge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-merge.c b/block/blk-merge.c
index 936a110de0b9..5f2448253797 100644
--- a/block/blk-merge.c
+++ b/block/blk-merge.c
@@ -143,7 +143,7 @@ new_segment:
143 * termination bit to avoid doing a full 143 * termination bit to avoid doing a full
144 * sg_init_table() in drivers for each command. 144 * sg_init_table() in drivers for each command.
145 */ 145 */
146 (*sg)->page_link &= ~0x02; 146 sg_unmark_end(*sg);
147 *sg = sg_next(*sg); 147 *sg = sg_next(*sg);
148 } 148 }
149 149