mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
03e334a1c7
safe_close() automatically becomes a NOP when a negative fd is passed, and returns -1 unconditionally. This makes it easy to write lines like this: fd = safe_close(fd); Which will close an fd if it is open, and reset the fd variable correctly. By making use of this new scheme we can drop a > 200 lines of code that was required to test for non-negative fds or to reset the closed fd variable afterwards. |
||
---|---|---|
.. | ||
Makefile | ||
readahead-analyze.c | ||
readahead-collect.c | ||
readahead-common.c | ||
readahead-common.h | ||
readahead-replay.c | ||
readahead.c | ||
sd-readahead.c |