chiark / gitweb /
[PATCH] more udev-016/extras/multipath
authorchristophe.varoqui@free.fr <christophe.varoqui@free.fr>
Fri, 13 Feb 2004 08:53:10 +0000 (00:53 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:32:27 +0000 (21:32 -0700)
commit09b7985cf611df26fc756e0b8025a260fc4a4948
tree325dc91c30ef2673b3ca0515081fe8966a4191bb
parentcbb576b91dea8bd84a9fdd147b6b4cbe757dd198
[PATCH] more udev-016/extras/multipath

incremental to udev-016/extras/multipath-0.0.16.3,

        * add a GROUP_BY_SERIAL flag. This should be useful for
          controlers that activate their spare paths on simple IO
          submition with a penalty. The StorageWorks HW defaults to
          this mode, even if the MULTIBUS mode is OK.
        * remove unused sg_err.c
        * big restructuring : split devinfo.c from main.c. Export :
                * void basename (char *, char *);
                * int get_serial (int, char *);
                * int get_lun_strings (char *, char *, char *, char *);
                * int get_evpd_wwid(char *, char *);
                * long get_disk_size (char *);
          Now we see clearly what is expected from an external package
          like scsi_id.
        * stop passing struct env as param
extras/multipath/ChangeLog
extras/multipath/Makefile
extras/multipath/devinfo.c [new file with mode: 0644]
extras/multipath/devinfo.h [new file with mode: 0644]
extras/multipath/main.c
extras/multipath/main.h
extras/multipath/sg_err.c [deleted file]