diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2008-01-29 08:49:21 -0500 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-01-29 15:55:05 -0500 |
commit | a168ee84c90b39ece357da127ab388f2f64db19c (patch) | |
tree | acb5527d9835c06e4eb2c308850e74db857f7d64 /block | |
parent | 9bf722598fcd51073974850ae026b44389430ecc (diff) |
block: first step of splitting ll_rw_blk, rename it
Then we retain history in blk-core.c
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block')
-rw-r--r-- | block/Makefile | 2 | ||||
-rw-r--r-- | block/blk-core.c (renamed from block/ll_rw_blk.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/block/Makefile b/block/Makefile index 826108190f00..75597c1263e0 100644 --- a/block/Makefile +++ b/block/Makefile | |||
@@ -2,7 +2,7 @@ | |||
2 | # Makefile for the kernel block layer | 2 | # Makefile for the kernel block layer |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_BLOCK) := elevator.o ll_rw_blk.o ioctl.o genhd.o scsi_ioctl.o | 5 | obj-$(CONFIG_BLOCK) := elevator.o blk-core.o ioctl.o genhd.o scsi_ioctl.o |
6 | 6 | ||
7 | obj-$(CONFIG_BLK_DEV_BSG) += bsg.o | 7 | obj-$(CONFIG_BLK_DEV_BSG) += bsg.o |
8 | obj-$(CONFIG_IOSCHED_NOOP) += noop-iosched.o | 8 | obj-$(CONFIG_IOSCHED_NOOP) += noop-iosched.o |
diff --git a/block/ll_rw_blk.c b/block/blk-core.c index 1932a56f5e4b..1932a56f5e4b 100644 --- a/block/ll_rw_blk.c +++ b/block/blk-core.c | |||