1
0
mirror of https://github.com/systemd/systemd.git synced 2025-09-12 01:44:46 +03:00

update TODO

This commit is contained in:
Lennart Poettering
2024-05-23 14:21:59 +02:00
parent b3efb67ddc
commit 51a9a006a5

4
TODO
View File

@@ -130,6 +130,10 @@ Deprecations and removals:
Features: Features:
* rework tpm2_parse_pcr_argument_to_mask() to refuse literal hash value
specifications. They are currently parsed but ignored. We should refuse them
however, to not confuse people.
* use name_to_handle_at() with AT_HANDLE_FID instead of .st_ino (inode * use name_to_handle_at() with AT_HANDLE_FID instead of .st_ino (inode
number) for identifying inodes, for example in copy.c when finding hard number) for identifying inodes, for example in copy.c when finding hard
links, or loop-util.c for tracking backing files, and other places. links, or loop-util.c for tracking backing files, and other places.