diff options
author | Kay Sievers <kay@vrfy.org> | 2014-06-11 12:00:47 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-06-11 12:00:47 +0200 |
commit | 4196a3ead3cfb823670d225eefcb3e60e34c7d95 (patch) | |
tree | f331a6291c736866d26321106a109ac66f9ec6ed /NEWS | |
parent | f31cf2b6d03a18e4f8f52214c1a3ffa9b3c97189 (diff) |
NEWS: add section about udev locking
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |