mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
scst_lib.c: Fix indentation
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7105 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -8001,10 +8001,10 @@ static struct request *__blk_map_kern_sg(struct request_queue *q,
|
||||
if (bw != NULL) {
|
||||
atomic_set(&bw->bios_inflight, bios);
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
|
||||
/*
|
||||
* See also patch "block: split out request-only flags into a new namespace"
|
||||
* (commit e806402130c9).
|
||||
*/
|
||||
/*
|
||||
* See also patch "block: split out request-only flags into a
|
||||
* new namespace" (commit e806402130c9).
|
||||
*/
|
||||
rq->cmd_flags |= REQ_COPY_USER;
|
||||
#else
|
||||
rq->rq_flags |= RQF_COPY_USER;
|
||||
|
||||
Reference in New Issue
Block a user