summaryrefslogtreecommitdiff
path: root/libs/blkid/src/probers/lsi_raid.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-14build-sys: rename /libs to /shlibsKarel Zak1-55/+0
On Wed, May 13, 2009 at 05:38:49AM -0400, Christoph Hellwig wrote: > Also the lib vs libs toplevel directories probably aren't a too good > choice. Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11blkid: cleanup starts of probing filesKarel Zak1-14/+12
* libblkid was and is licensed under LGPL The GPL comment in some files was unwished mistake (copy & past the start of files from my other project....). * add information about inspiration by libvolume_id * rename *_meta to _metadata * rename *_off to off * use sizeof() rather than some magic constants * remove unnecessary #includes Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11blkid: correctly initialize magics[] arraysKarel Zak1-1/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11blkid: LSI MegaRAIDKarel Zak1-0/+56
Signed-off-by: Karel Zak <kzak@redhat.com>