]> git.ipfire.org Git - thirdparty/util-linux.git/commit - libblkid/src/probe.c
libblkid: rewrite blkid_probe_get_buffer()
authorKarel Zak <kzak@redhat.com>
Wed, 20 Jan 2010 19:01:59 +0000 (20:01 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Jan 2010 19:01:59 +0000 (20:01 +0100)
commit15a8fb429ce7d07d19a7f0044a85f0919fe57b27
tree95e412d99412068b17e9ce471725b1e77f41ab06
parent4ccbf1388ecbff83f578c3052b437d0aab74cb90
libblkid: rewrite blkid_probe_get_buffer()

The library does not use any buffer with fixed size any more. The new
version calls read() for necessary data only.

Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/blkid/src/blkidP.h
shlibs/blkid/src/probe.c
shlibs/blkid/src/superblocks/vfat.c