systemd: remove unnecessary init_write_runtime_socket()
init_write_runtime_socket(systemd_user_session_type) is redundant with init_dgram_send(systemd_user_session_type). Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
This commit is contained in:
parent
e942a3171e
commit
7b61521c4c
|
@ -1196,8 +1196,6 @@ fs_manage_cgroup_dirs(systemd_user_session_type)
|
|||
# for /run/systemd/notify
|
||||
init_dgram_send(systemd_user_session_type)
|
||||
init_signal(systemd_user_session_type)
|
||||
# for /run/systemd/notify
|
||||
init_write_runtime_socket(systemd_user_session_type)
|
||||
|
||||
# for /proc/sys/fs/nr_open
|
||||
kernel_read_fs_sysctls(systemd_user_session_type)
|
||||
|
|
Loading…
Reference in New Issue