chiark / gitweb /
NEWS: add section about udev locking
authorKay Sievers <kay@vrfy.org>
Wed, 11 Jun 2014 10:00:47 +0000 (12:00 +0200)
committerKay Sievers <kay@vrfy.org>
Wed, 11 Jun 2014 10:00:47 +0000 (12:00 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 484f84d07c8e76e92600598e7b745230d2af313c..8a022bea78d9a5ae3ddce56ec2cac9e4d1cfe18b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
 systemd System and Service Manager
 
+CHANGES WITH 214:
+
+        * As an experimental feature, udev now tries to lock the
+          disk device node (flock(LOCK_SH|LOCK_NB)) while it
+          executes events for the disk or any of its partitions.
+          Applications like partitioning programs can lock the
+          disk device node (flock(LOCK_EX)) and claim temporary
+          device ownership that way; udev will entirely skip all event
+          handling for this disk and its partitions. If the disk
+          was opened for writing, the close will trigger a partition
+          table rescan in udev's "watch" facility, and if needed
+          synthesize "change" events for the disk and all its partions.
+          This is now unconditionally enabled, if it turns out to
+          cause major problems, we might turn it on only for specific
+          devices, or might need to disable it entirely. Device-mapper
+          devices are excluded from this logic.
+
 CHANGES WITH 213:
 
         * A new "systemd-timesyncd" daemon has been added for
index 3252e65c989221ed85d34051c41a676357fb35bb..4ba0abf49bfead8f23d7dd6b7ea24a61b6f30abe 100644 (file)
@@ -34,7 +34,7 @@ AC_USE_SYSTEM_EXTENSIONS
 AC_SYS_LARGEFILE
 AC_PREFIX_DEFAULT([/usr])
 AM_MAINTAINER_MODE([enable])
-AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz subdir-objects check-news])
+AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz subdir-objects])
 AM_SILENT_RULES([yes])
 AC_CANONICAL_HOST
 AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.])