All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel-modules: Drop explicit modules that are found with block_module_filter
@ 2014-10-26 11:48 Peter Robinson
       [not found] ` <1414324095-29818-1-git-send-email-pbrobinson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Robinson @ 2014-10-26 11:48 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA; +Cc: Peter Robinson

The usb_storage, nvme and sdhci_acpi modules are discovered with the
block_module_filter so there's no need to explicitly list them here.

Signed-off-by: <pbrobinson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 modules.d/90kernel-modules/module-setup.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
index 83b8995..2fa263c 100755
--- a/modules.d/90kernel-modules/module-setup.sh
+++ b/modules.d/90kernel-modules/module-setup.sh
@@ -44,8 +44,7 @@ installkernel() {
         instmods yenta_socket scsi_dh_rdac scsi_dh_emc \
             atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \
             hid-logitech-dj hid-microsoft hid-lcpower firewire-ohci \
-            pcmcia usb_storage nvme hid-hyperv hv-vmbus \
-            sdhci_acpi hyperv-keyboard
+            pcmcia hid-hyperv hv-vmbus hyperv-keyboard
 
         if [[ "$(uname -p)" == arm* ]]; then
             # arm specific modules
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kernel-modules: Drop explicit modules that are found with block_module_filter
       [not found] ` <1414324095-29818-1-git-send-email-pbrobinson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2014-10-29 13:14   ` Harald Hoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2014-10-29 13:14 UTC (permalink / raw)
  To: Peter Robinson, initramfs-u79uwXL29TY76Z2rM5mHXA

On 26.10.2014 12:48, Peter Robinson wrote:
> The usb_storage, nvme and sdhci_acpi modules are discovered with the
> block_module_filter so there's no need to explicitly list them here.
> 
> Signed-off-by: <pbrobinson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>  modules.d/90kernel-modules/module-setup.sh | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
> index 83b8995..2fa263c 100755
> --- a/modules.d/90kernel-modules/module-setup.sh
> +++ b/modules.d/90kernel-modules/module-setup.sh
> @@ -44,8 +44,7 @@ installkernel() {
>          instmods yenta_socket scsi_dh_rdac scsi_dh_emc \
>              atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \
>              hid-logitech-dj hid-microsoft hid-lcpower firewire-ohci \
> -            pcmcia usb_storage nvme hid-hyperv hv-vmbus \
> -            sdhci_acpi hyperv-keyboard
> +            pcmcia hid-hyperv hv-vmbus hyperv-keyboard
>  
>          if [[ "$(uname -p)" == arm* ]]; then
>              # arm specific modules
> 

Thanks! Pushed

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-29 13:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-26 11:48 [PATCH] kernel-modules: Drop explicit modules that are found with block_module_filter Peter Robinson
     [not found] ` <1414324095-29818-1-git-send-email-pbrobinson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-10-29 13:14   ` Harald Hoyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.