rules: storage - don't apply rules to remove events

This line was accidentally lost in 52346b5f54.
This commit is contained in:
Tom Gundersen 2015-03-24 15:15:45 +01:00
parent 16c6ea2934
commit c6e20ceb09

View file

@ -3,6 +3,8 @@
# persistent storage links: /dev/disk/{by-id,by-uuid,by-label,by-path}
# scheme based on "Linux persistent device names", 2004, Hannes Reinecke <hare@suse.de>
ACTION=="remove", GOTO="persistent_storage_end"
SUBSYSTEM!="block", GOTO="persistent_storage_end"
KERNEL!="loop*|mmcblk[0-9]|mspblk[0-9]|nvme*|sd*|sr*|vd*", GOTO="persistent_storage_end"