Mailinglist Archive: opensuse-commit (1828 mails)
| < Previous | Next > |
commit device-mapper
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 13 Sep 2008 10:14:59 +0200
- Message-id: <20080913081459.AF3BD678164@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package device-mapper
checked in at Sat Sep 13 10:14:59 CEST 2008.
--------
--- device-mapper/device-mapper.changes 2008-09-10 11:46:26.000000000 +0200
+++ /mounts/work_src_done/STABLE/device-mapper/device-mapper.changes
2008-09-13 06:54:56.376877000 +0200
@@ -1,0 +2,6 @@
+Sat Sep 13 07:03:44 CEST 2008 - xwhu@xxxxxxx
+
+- Fix typo for correct compiling
+- Timeout if udevd's not running (bnc#425436)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ device-mapper.spec ++++++
--- /var/tmp/diff_new_pack.HM3121/_old 2008-09-13 10:13:57.000000000 +0200
+++ /var/tmp/diff_new_pack.HM3121/_new 2008-09-13 10:13:57.000000000 +0200
@@ -22,7 +22,7 @@
Group: System/Base
AutoReqProv: on
Version: 1.02.27
-Release: 1
+Release: 2
Summary: Device Mapper Tools
Source: device-mapper.%{version}.tar.bz2
Source1: boot.device-mapper
@@ -128,6 +128,9 @@
/usr/include/libdevmapper-event.h
%changelog
+* Sat Sep 13 2008 xwhu@xxxxxxx
+- Fix typo for correct compiling
+- Timeout if udevd's not running (bnc#425436)
* Wed Sep 10 2008 xwhu@xxxxxxx
- update to 1.02.27
Align struct memblock in dbg_malloc for sparc.
++++++ wait_udev.diff ++++++
--- /var/tmp/diff_new_pack.HM3121/_old 2008-09-13 10:13:57.000000000 +0200
+++ /var/tmp/diff_new_pack.HM3121/_new 2008-09-13 10:13:57.000000000 +0200
@@ -6,7 +6,7 @@
# define DM_EXISTS_FLAG 0x00000004
#endif
-+unsigned long long get_seq()
++static unsigned long long get_seq()
+{
+ struct stat s;
+ int r;
@@ -22,7 +22,7 @@
+ return seq;
+}
+
-+int wait_4_udev(unsigned long long start_seq, unsigned long long end_seq)
++static int wait_4_udev(unsigned long long start_seq, unsigned long long
end_seq)
+{
+ FILE* fp;
+ struct stat s;
@@ -54,7 +54,7 @@
+
+ /* Loop to make sure all $seq are unlinked in /dev/.udev/queue then */
+ for (seq = start_seq; seq <= end_seq; seq++) {
-+ ite = 30
++ ite = 30;
+ while (ite-- > 0) {
+ snprintf(filename, sizeof(filename),
"/dev/.udev/queue/%llu", seq);
+ r = open(filename, O_RDONLY);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |