TODO: exdev handling still broken on nvmutil

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-24 17:32:52 +00:00
parent e9c5da1a25
commit 6593e76c6a

View File

@@ -456,6 +456,8 @@ gbe_mv(void)
if (errno != EXDEV) if (errno != EXDEV)
goto ret_gbe_mv; goto ret_gbe_mv;
err(errno, "TODO: cross-filesystem atomic writes currently broken");
/* /*
* cross-filesystem: copy into target dir tmp * cross-filesystem: copy into target dir tmp
*/ */