chiark / gitweb /
[PATCH] udev_volume_id update
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Wed, 12 May 2004 07:52:52 +0000 (00:52 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:17 +0000 (21:35 -0700)
commitcde5a756ce10530136b8d387346c48260a69dbfb
tree332d0d499fdad63e5b9ed57e8364e0fe9dcc2a0f
parent7f639ff99e3857870e4e0f41843dff7ad48ad784
[PATCH] udev_volume_id update

Here is a update to extras/volume_id/*

o The device is now specified by the DEVPATH in the environment,
  it's no longer needed to pass the major/minor to the callout.

o leading spaces and slashes are now removed from the returned string
  and spaces are replaced by underscore, to not to confuse udev.

o Arnd Bergmann <arnd@arndb.de> provided the code to recognize s390
  dasd disk labels. The -d switch tries to read the main block device
  instead of the partition.
extras/volume_id/Makefile
extras/volume_id/README [new file with mode: 0644]
extras/volume_id/dasdlabel.c [new file with mode: 0644]
extras/volume_id/dasdlabel.h [new file with mode: 0644]
extras/volume_id/s390-dasd.rules [new file with mode: 0644]
extras/volume_id/udev_volume_id.c
extras/volume_id/volume_id.c