mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
move fs/partitions to block/
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
4752bc309b
commit
9be96f3fd1
@ -99,6 +99,12 @@ config BLK_DEV_THROTTLING
|
|||||||
|
|
||||||
See Documentation/cgroups/blkio-controller.txt for more information.
|
See Documentation/cgroups/blkio-controller.txt for more information.
|
||||||
|
|
||||||
|
menu "Partition Types"
|
||||||
|
|
||||||
|
source "block/partitions/Kconfig"
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
||||||
endif # BLOCK
|
endif # BLOCK
|
||||||
|
|
||||||
config BLOCK_COMPAT
|
config BLOCK_COMPAT
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
obj-$(CONFIG_BLOCK) := elevator.o blk-core.o blk-tag.o blk-sysfs.o \
|
obj-$(CONFIG_BLOCK) := elevator.o blk-core.o blk-tag.o blk-sysfs.o \
|
||||||
blk-flush.o blk-settings.o blk-ioc.o blk-map.o \
|
blk-flush.o blk-settings.o blk-ioc.o blk-map.o \
|
||||||
blk-exec.o blk-merge.o blk-softirq.o blk-timeout.o \
|
blk-exec.o blk-merge.o blk-softirq.o blk-timeout.o \
|
||||||
blk-iopoll.o blk-lib.o ioctl.o genhd.o scsi_ioctl.o
|
blk-iopoll.o blk-lib.o ioctl.o genhd.o scsi_ioctl.o \
|
||||||
|
partitions/
|
||||||
|
|
||||||
obj-$(CONFIG_BLK_DEV_BSG) += bsg.o
|
obj-$(CONFIG_BLK_DEV_BSG) += bsg.o
|
||||||
obj-$(CONFIG_BLK_DEV_BSGLIB) += bsg-lib.o
|
obj-$(CONFIG_BLK_DEV_BSGLIB) += bsg-lib.o
|
||||||
|
@ -266,14 +266,6 @@ source "fs/9p/Kconfig"
|
|||||||
|
|
||||||
endif # NETWORK_FILESYSTEMS
|
endif # NETWORK_FILESYSTEMS
|
||||||
|
|
||||||
if BLOCK
|
|
||||||
menu "Partition Types"
|
|
||||||
|
|
||||||
source "fs/partitions/Kconfig"
|
|
||||||
|
|
||||||
endmenu
|
|
||||||
endif
|
|
||||||
|
|
||||||
source "fs/nls/Kconfig"
|
source "fs/nls/Kconfig"
|
||||||
source "fs/dlm/Kconfig"
|
source "fs/dlm/Kconfig"
|
||||||
|
|
||||||
|
@ -52,7 +52,6 @@ obj-$(CONFIG_FHANDLE) += fhandle.o
|
|||||||
obj-y += quota/
|
obj-y += quota/
|
||||||
|
|
||||||
obj-$(CONFIG_PROC_FS) += proc/
|
obj-$(CONFIG_PROC_FS) += proc/
|
||||||
obj-y += partitions/
|
|
||||||
obj-$(CONFIG_SYSFS) += sysfs/
|
obj-$(CONFIG_SYSFS) += sysfs/
|
||||||
obj-$(CONFIG_CONFIGFS_FS) += configfs/
|
obj-$(CONFIG_CONFIGFS_FS) += configfs/
|
||||||
obj-y += devpts/
|
obj-y += devpts/
|
||||||
|
Loading…
Reference in New Issue
Block a user