util-linux/libblkid
Karel Zak b29a641219 libblkid: remove unnecessary position check from list_for_each_safe loops
The position pointer is dereferenced before the check in the
for() in the list_for_each_safe macro.

Note that struct list_head should not contain NULL pointers. See
INIT_LIST_HEAD() macro.

Signed-off-by: Karel Zak <kzak@redhat.com>
2011-09-12 15:22:51 +02:00
..
docs build-sys: remove and ignore generated files 2011-07-28 13:47:56 +02:00
samples build-sys: use top-level directory for libblkid rather than shlibs/blkid 2011-06-09 22:04:24 +02:00
src libblkid: remove unnecessary position check from list_for_each_safe loops 2011-09-12 15:22:51 +02:00
.gitignore build-sys: use top-level directory for libblkid rather than shlibs/blkid 2011-06-09 22:04:24 +02:00
COPYING docs: use .LGPL extension for file with GNU Lesser License 2011-08-31 11:12:17 +02:00
Makefile.am docs: Documentation directory added 2011-08-12 20:19:52 +02:00
blkid.pc.in build-sys: use top-level directory for libblkid rather than shlibs/blkid 2011-06-09 22:04:24 +02:00
libblkid.3 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00