All of lore.kernel.org
 help / color / mirror / Atom feed
From: Harald Hoyer <harald@redhat.com>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH] speedup loop device node creation.
Date: Mon, 10 Sep 2007 07:56:59 +0000	[thread overview]
Message-ID: <11894110213291-git-send-email-harald@redhat.com> (raw)

---
 etc/udev/rules.d/50-udev-default.rules |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/etc/udev/rules.d/50-udev-default.rules b/etc/udev/rules.d/50-udev-default.rules
index bdce004..3da9e85 100644
--- a/etc/udev/rules.d/50-udev-default.rules
+++ b/etc/udev/rules.d/50-udev-default.rules
@@ -60,6 +60,7 @@ KERNEL="irlpt[0-9]*",		GROUP="lp"
 
 # block, tapes, block-releated
 SUBSYSTEM="block", GROUP="disk", MODE="0640"
+SUBSYSTEM="block", KERNEL="loop[0-9]*", OPTIONS+="last_rule"
 SUBSYSTEM="block", KERNEL="sr[0-9]*", SYMLINK+="scd%n"
 SUBSYSTEM="scsi", KERNEL="[0-9]*:[0-9]*", ACTION="add", ATTR{type}="0|7|14", ATTR{timeout}="60"
 SUBSYSTEM="scsi", KERNEL="[0-9]*:[0-9]*", ACTION="add", ATTR{type}="1", ATTR{timeout}="900"
-- 
1.5.2.4


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

             reply	other threads:[~2007-09-10  7:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-10  7:56 Harald Hoyer [this message]
2007-09-10 14:48 ` [PATCH] speedup loop device node creation Marco d'Itri
2007-09-11  6:45 ` Harald Hoyer
2007-09-11  8:49 ` Marco d'Itri
2007-09-11 15:32 ` Kay Sievers
2007-09-11 15:48 ` Harald Hoyer
2007-09-11 15:52 ` Marco d'Itri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11894110213291-git-send-email-harald@redhat.com \
    --to=harald@redhat.com \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.