diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-07-21 03:24:17 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-07-21 03:24:20 +0200 |
commit | c0d998248e10e1dcf18108fdbb70f259acd452eb (patch) | |
tree | 67ebff536f4bd72f1995cbbac6645d9f1154f75b /NEWS | |
parent | Merge pull request #28476 from bluca/revert_loop_links (diff) | |
download | systemd-c0d998248e10e1dcf18108fdbb70f259acd452eb.tar.xz systemd-c0d998248e10e1dcf18108fdbb70f259acd452eb.zip |
tree-wide: drop references to /dev/loop/by-ref
Follow-up for #28476.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -511,21 +511,6 @@ CHANGES WITH 254 in spe: * udevadm gained the new "verify" verb for validating udev rules files offline. - * udev will now create symlinks to loopback block devices in the - /dev/loop/by-ref/ directory that are based on the .lo_file_name - string field selected during allocation. The systemd-dissect tool and - the util-linux losetup command now supports a complementing new - switch --loop-ref= for selecting the string. This means a loopback - block device may now be allocated under a caller-chosen reference and - can subsequently be referenced by that without first having to look - up the block device name the caller ended up with. - - * udev also creates symlinks to loopback block devices in the - /dev/loop/by-ref/ directory based on the .st_dev/st_ino fields of the - inode attached to the loopback block device. This means that attaching - a file to a loopback device will implicitly make a handle available to - be found via that file's inode information. - * udev gained a new tool "iocost" that can be used to configure QoS IO cost data based on hwdb information onto suitable block devices. Also see https://github.com/iocost-benchmark/iocost-benchmarks. |