diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-24 17:32:52 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-24 17:33:03 +0000 |
| commit | 6593e76c6a17d1e0cb82a2f29e832348fa9aa5ca (patch) | |
| tree | 87ea307b91b4cb7eae7567a6470427831b484f94 /util/libreboot-utils/lib/io.c | |
| parent | e9c5da1a25641e09244d3f52d7bb90983e0e5550 (diff) | |
TODO: exdev handling still broken on nvmutil
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/lib/io.c')
| -rw-r--r-- | util/libreboot-utils/lib/io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libreboot-utils/lib/io.c b/util/libreboot-utils/lib/io.c index 0bab9ee5..de5f8c76 100644 --- a/util/libreboot-utils/lib/io.c +++ b/util/libreboot-utils/lib/io.c @@ -456,6 +456,8 @@ gbe_mv(void) if (errno != EXDEV) goto ret_gbe_mv; + err(errno, "TODO: cross-filesystem atomic writes currently broken"); + /* * cross-filesystem: copy into target dir tmp */ |
