summaryrefslogtreecommitdiff
path: root/libs/blkid/src/probers/linux_raid.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-14build-sys: rename /libs to /shlibsKarel Zak1-167/+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-04-29blkid: linux_raid - fix logic for volumes with size == 0Karel Zak1-16/+20
Based on commit 7643819062985d9fc6c7664072576e71d3822b10 Author: Kay Sievers <kay.sievers@vrfy.org> Date: Sat Sep 6 16:23:21 2008 +0200 from udev upstream tree. Reported-by: Scott James Remnant <scott@ubuntu.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11blkid: cleanup starts of probing filesKarel Zak1-15/+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: add Linux RAIDKarel Zak1-0/+165
Signed-off-by: Karel Zak <kzak@redhat.com>