From: agk@sourceware.org
To: dm-cvs@sourceware.org, dm-devel@redhat.com
Subject: device-mapper ./WHATS_NEW lib/libdevmapper.h
Date: 6 Aug 2007 13:09:47 -0000 [thread overview]
Message-ID: <20070806130947.11057.qmail@sourceware.org> (raw)
CVSROOT: /cvs/dm
Module name: device-mapper
Changes by: agk@sourceware.org 2007-08-06 13:09:46
Modified files:
. : WHATS_NEW
lib : libdevmapper.h
Log message:
improve changelog
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/WHATS_NEW.diff?cvsroot=dm&r1=1.197&r2=1.198
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/lib/libdevmapper.h.diff?cvsroot=dm&r1=1.72&r2=1.73
--- device-mapper/WHATS_NEW 2007/08/02 22:31:59 1.197
+++ device-mapper/WHATS_NEW 2007/08/06 13:09:45 1.198
@@ -1,11 +1,10 @@
Version 1.02.22 -
================================
- Fix a possible segfault in libdevmapper-event
- Export dm_create_dir (was create_dir) to help fix LVM2 link error
- Don't log mkdir fail-with-EROFS, to make create_dir equiv to the one in LVM2
- Introduce and use log_sys_* macros from LVM2
- dm_fclose: new function
- libdevmapper, dmeventd: be paranoid about detecting write failure
+ Avoid repeated dm_task free on some dm_event_get_registered_device errors.
+ Introduce log_sys_* macros from LVM2.
+ Export dm_fclose and dm_create_dir.
+ Don't log EROFS mkdir failures in _create_dir_recursive (for LVM2).
+ Add fclose wrapper dm_fclose that catches write failures (using ferror).
Version 1.02.21 - 13th July 2007
================================
--- device-mapper/lib/libdevmapper.h 2007/07/28 10:48:36 1.72
+++ device-mapper/lib/libdevmapper.h 2007/08/06 13:09:46 1.73
@@ -644,7 +644,6 @@
*/
int dm_fclose(FILE *stream);
-
/*
* Returns size of a buffer which is allocated with dm_malloc.
* Pointer to the buffer is stored in *buf.
next reply other threads:[~2007-08-06 13:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-06 13:09 agk [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-11-09 16:52 device-mapper ./WHATS_NEW lib/libdevmapper.h agk
2007-11-12 20:47 agk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070806130947.11057.qmail@sourceware.org \
--to=agk@sourceware.org \
--cc=dm-cvs@sourceware.org \
--cc=dm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.