summaryrefslogtreecommitdiff
path: root/resources/u-boot/veyron_jerry/config
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-04-01 19:22:10 +0100
committerLeah Rowe <leah@libreboot.org>2026-04-01 20:17:26 +0100
commit6b67e124286c078afa83c05391b29a8ae672d85d (patch)
treeb5b7f364f18fbf2fd97cac69bb9a2c9abba080b8 /resources/u-boot/veyron_jerry/config
parenta6d2de4e888b42e6fad53240d97b6cc2f06bf79f (diff)
lbutils/file: don't eintr loop fcntlHEADmaster
not indicated. the way we use it is basically like stat, to check that a file exists / is a file. just err the fuck out nuance: SETLK is non-blocking (no wait). we should loop on SETLKW, but we don't use that. in this codebase, we use SETLK for locking a tmpfile, but because of race conditions and wanting to make another file quickly, we just try again with a newly generated name, with a certain number of retries, so we justt use SETLK Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/u-boot/veyron_jerry/config')
0 files changed, 0 insertions, 0 deletions