Commit a168ee84 authored by Jens Axboe's avatar Jens Axboe

block: first step of splitting ll_rw_blk, rename it

Then we retain history in blk-core.c
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 9bf72259
......@@ -2,7 +2,7 @@
# Makefile for the kernel block layer
#
obj-$(CONFIG_BLOCK) := elevator.o ll_rw_blk.o ioctl.o genhd.o scsi_ioctl.o
obj-$(CONFIG_BLOCK) := elevator.o blk-core.o ioctl.o genhd.o scsi_ioctl.o
obj-$(CONFIG_BLK_DEV_BSG) += bsg.o
obj-$(CONFIG_IOSCHED_NOOP) += noop-iosched.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment