diff options
author | Spencer Dixon <spencercdixon@gmail.com> | 2021-05-05 15:07:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 21:07:13 +0200 |
commit | 2156c728cdd8e5a223d986869275a696ee2ef128 (patch) | |
tree | 993b5646fa83d55c415168e5a7f1b26e6cab957e /Meta | |
parent | 773c17b6a0cb6cac1a40fccb6f285fe027497ff7 (diff) | |
download | serenity-2156c728cdd8e5a223d986869275a696ee2ef128.zip |
Kernel: Fix `write`s to `ProcFS` (#6879)
When using `sysctl` you can enable/disable values by writing to the
ProcFS. Some drift must have occured where writing was failing due to
a missing `set_mtime` call. Whenever one `write`'s a file the modified
time (mtime) will be updated so we need to implement this interface in
ProcFS.
Diffstat (limited to 'Meta')
0 files changed, 0 insertions, 0 deletions