Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/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()
  • Loading branch information
Linus Torvalds committed Jan 16, 2011
2 parents 1153742 + 7b1fff7 commit 8a335bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3389,8 +3389,7 @@ config NETCONSOLE

config NETCONSOLE_DYNAMIC
bool "Dynamic reconfiguration of logging targets"
depends on NETCONSOLE && SYSFS
select CONFIGFS_FS
depends on NETCONSOLE && SYSFS && CONFIGFS_FS
help
This option enables the ability to dynamically reconfigure target
parameters (interface, IP addresses, port numbers, MAC addresses)
Expand Down
4 changes: 2 additions & 2 deletions fs/configfs/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
config CONFIGFS_FS
tristate "Userspace-driven configuration filesystem"
depends on SYSFS
select SYSFS
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
view of kernel objects, configfs is a filesystem-based manager
of kernel objects, or config_items.
Expand Down
3 changes: 1 addition & 2 deletions fs/dlm/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
menuconfig DLM
tristate "Distributed Lock Manager (DLM)"
depends on EXPERIMENTAL && INET
depends on SYSFS && (IPV6 || IPV6=n)
select CONFIGFS_FS
depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
select IP_SCTP
help
A general purpose distributed lock manager for kernel or userspace
Expand Down
3 changes: 1 addition & 2 deletions fs/ocfs2/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
config OCFS2_FS
tristate "OCFS2 file system support"
depends on NET && SYSFS
select CONFIGFS_FS
depends on NET && SYSFS && CONFIGFS_FS
select JBD2
select CRC32
select QUOTA
Expand Down

0 comments on commit 8a335bc

Please sign in to comment.