summaryrefslogtreecommitdiff
path: root/libs/blkid/src/cache.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-14build-sys: rename /libs to /shlibsKarel Zak1-243/+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-20blkid: rename blkid_debug_init to blkid_init_debugKarel Zak1-3/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-03-03blkid: fix gcc warning in blkid_get_cache_filename()Karel Zak1-4/+6
cache.c: In function `blkid_get_cache_filename': cache.c:113 warning: return makes pointer from integer without a cast Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-24blkid: remove useless if-before-free testsJim Meyering1-2/+1
[kzak@redhat.com: - port the original e2fsprogs patch to util-linux-ng] Signed-off-by: Jim Meyering <meyering@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-18blkid: blkid_evaluate_spec() shouldn't ignore $BLKID_FILEKarel Zak1-11/+23
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11blkid: add support for /etc/blkid.conf fileKarel Zak1-8/+14
We need a config file for the library. Now the library supports config options: EVALUATION=<method>[,<method>] SEND_UEVENT=<yes|not> CACHE_FILE=<path> Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11blkid: add -p and low-probe mode to blkid binaryKarel Zak1-1/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11blkid: add DEBUG_LOWPROBE, cleanup a little debug stuffKarel Zak1-7/+21
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11blkid: merge libblkid code from e2fsprogs/lib/blkidKarel Zak1-0/+209
Signed-off-by: Karel Zak <kzak@redhat.com>