]> git.ipfire.org Git - thirdparty/systemd.git/commit
[PATCH] DEVNAME on device removal
authorsjoerd@spring.luon.net <sjoerd@spring.luon.net>
Tue, 23 Nov 2004 15:49:55 +0000 (07:49 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 05:42:36 +0000 (22:42 -0700)
commit67aca2c50984d0b463c714eba142f33bb07f45a2
treea44e84cec1b347afc20be45482c860f6a6d5a898
parent0d1ecb44a0b8c00b0fc6314d19e1bc8efd0f32bb
[PATCH] DEVNAME on device removal

  I just noticed that the DEVNAME enviroment variable isn't being set anymore
  in udev 0.046 on device removal, while it was being set in 0.042. We're using
  the property tto do umount -l <devices> when a block device is removed. Afaik
  there is no other way to associate a device with it's DEVNAME on removal ?

  Also are there cases where doing umount -l on the removed devices is wrong?
  I guess the device is gone, so there is no sense in keeping it mounted (it's
  not like the filesystem is gonna come back in a sane state again)..

  Attached (trivial) patch brings back the DEVNAME variable on device removal.
udev.c