From: Jens Axboe Date: Tue, 29 Jan 2008 13:49:21 +0000 (+0100) Subject: block: first step of splitting ll_rw_blk, rename it X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a168ee84c90b39ece357da127ab388f2f64db19c;p=linux-beck.git block: first step of splitting ll_rw_blk, rename it Then we retain history in blk-core.c Signed-off-by: Jens Axboe --- diff --git a/block/Makefile b/block/Makefile index 826108190f00..75597c1263e0 100644 --- a/block/Makefile +++ b/block/Makefile @@ -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 diff --git a/block/ll_rw_blk.c b/block/blk-core.c similarity index 100% rename from block/ll_rw_blk.c rename to block/blk-core.c