aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
Diffstat (limited to 'block')
-rw-r--r--block/ll_rw_blk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c
index 56f2646612e6..54fd38589674 100644
--- a/block/ll_rw_blk.c
+++ b/block/ll_rw_blk.c
@@ -1369,7 +1369,7 @@ new_segment:
1369 } /* segments in rq */ 1369 } /* segments in rq */
1370 1370
1371 if (sg) 1371 if (sg)
1372 __sg_mark_end(sg); 1372 sg_mark_end(sg);
1373 1373
1374 return nsegs; 1374 return nsegs;
1375} 1375}