浏览代码

s390/xpram: mark xpram as non-rotational

xpram is a memory technology. Lets mark that as non-rotational.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Christian Borntraeger 12 年之前
父节点
当前提交
00e5d35c0f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/s390/block/xpram.c

+ 1 - 0
drivers/s390/block/xpram.c

@@ -343,6 +343,7 @@ static int __init xpram_setup_blkdev(void)
 			put_disk(xpram_disks[i]);
 			goto out;
 		}
+		queue_flag_set_unlocked(QUEUE_FLAG_NONROT, xpram_queues[i]);
 		blk_queue_make_request(xpram_queues[i], xpram_make_request);
 		blk_queue_logical_block_size(xpram_queues[i], 4096);
 	}