mirror of
https://github.com/systemd/systemd.git
synced 2025-03-03 16:58:37 +03:00
mount: clarify that we really need to replace the utab inotify code with the native API for this in libmount, as soon as that's stable
This commit is contained in:
parent
f7c1ad4fd4
commit
b730764239
4
TODO
4
TODO
@ -1,7 +1,5 @@
|
||||
Preparations for 218:
|
||||
|
||||
* port libmount hookup to use API's own inotify interface
|
||||
|
||||
* cgroup delegation issues
|
||||
|
||||
* should networkd's [BridgePort] section really be called like that?
|
||||
@ -43,6 +41,8 @@ External:
|
||||
|
||||
Features:
|
||||
|
||||
* port libmount hookup to use API's own inotify interface, as soon as that is table in libmount
|
||||
|
||||
* bash completion for busctl, to make it truly useful
|
||||
|
||||
* journald: broken file systems are real (btrfs), we need to handle
|
||||
|
@ -1665,6 +1665,10 @@ static int mount_dispatch_io(sd_event_source *source, int fd, uint32_t revents,
|
||||
if (fd == m->utab_inotify_fd) {
|
||||
bool rescan = false;
|
||||
|
||||
/* FIXME: We *really* need to replace this with
|
||||
* libmount's own API for this, we should not hardcode
|
||||
* internal behaviour of libmount here. */
|
||||
|
||||
for (;;) {
|
||||
uint8_t buffer[INOTIFY_EVENT_MAX] _alignas_(struct inotify_event);
|
||||
struct inotify_event *e;
|
||||
|
Loading…
x
Reference in New Issue
Block a user