Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/scsi-post-merge-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/scsi-post-merge-2.6: ocfs2: Make OCFS2_FS depend on CONFIGFS_FS dlm: Make DLM depend on CONFIGFS_FS net: Make NETCONSOLE_DYNAMIC depend on CONFIGFS_FS configfs: change depends -> select SYSFS [SCSI] sd,sr: kill compat SDEV_MEDIA_CHANGE event [SCSI] sd: implement sd_check_events()
This commit is contained in:
@@ -3389,8 +3389,7 @@ config NETCONSOLE
|
|||||||
|
|
||||||
config NETCONSOLE_DYNAMIC
|
config NETCONSOLE_DYNAMIC
|
||||||
bool "Dynamic reconfiguration of logging targets"
|
bool "Dynamic reconfiguration of logging targets"
|
||||||
depends on NETCONSOLE && SYSFS
|
depends on NETCONSOLE && SYSFS && CONFIGFS_FS
|
||||||
select CONFIGFS_FS
|
|
||||||
help
|
help
|
||||||
This option enables the ability to dynamically reconfigure target
|
This option enables the ability to dynamically reconfigure target
|
||||||
parameters (interface, IP addresses, port numbers, MAC addresses)
|
parameters (interface, IP addresses, port numbers, MAC addresses)
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
config CONFIGFS_FS
|
config CONFIGFS_FS
|
||||||
tristate "Userspace-driven configuration filesystem"
|
tristate "Userspace-driven configuration filesystem"
|
||||||
depends on SYSFS
|
select SYSFS
|
||||||
help
|
help
|
||||||
configfs is a ram-based filesystem that provides the converse
|
configfs is a RAM-based filesystem that provides the converse
|
||||||
of sysfs's functionality. Where sysfs is a filesystem-based
|
of sysfs's functionality. Where sysfs is a filesystem-based
|
||||||
view of kernel objects, configfs is a filesystem-based manager
|
view of kernel objects, configfs is a filesystem-based manager
|
||||||
of kernel objects, or config_items.
|
of kernel objects, or config_items.
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
menuconfig DLM
|
menuconfig DLM
|
||||||
tristate "Distributed Lock Manager (DLM)"
|
tristate "Distributed Lock Manager (DLM)"
|
||||||
depends on EXPERIMENTAL && INET
|
depends on EXPERIMENTAL && INET
|
||||||
depends on SYSFS && (IPV6 || IPV6=n)
|
depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
|
||||||
select CONFIGFS_FS
|
|
||||||
select IP_SCTP
|
select IP_SCTP
|
||||||
help
|
help
|
||||||
A general purpose distributed lock manager for kernel or userspace
|
A general purpose distributed lock manager for kernel or userspace
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
config OCFS2_FS
|
config OCFS2_FS
|
||||||
tristate "OCFS2 file system support"
|
tristate "OCFS2 file system support"
|
||||||
depends on NET && SYSFS
|
depends on NET && SYSFS && CONFIGFS_FS
|
||||||
select CONFIGFS_FS
|
|
||||||
select JBD2
|
select JBD2
|
||||||
select CRC32
|
select CRC32
|
||||||
select QUOTA
|
select QUOTA
|
||||||
|
Reference in New Issue
Block a user