Skip to content

Commit 93ece2e

Browse files
committed
Removed outdated note about moves and powerloss
1 parent d9c076d commit 93ece2e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lfs.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,6 @@ int lfs_remove(lfs_t *lfs, const char *path);
320320
// If the destination exists, it must match the source in type.
321321
// If the destination is a directory, the directory must be empty.
322322
//
323-
// Note: If power loss occurs, it is possible that the file or directory
324-
// will exist in both the oldpath and newpath simultaneously after the
325-
// next mount.
326-
//
327323
// Returns a negative error code on failure.
328324
int lfs_rename(lfs_t *lfs, const char *oldpath, const char *newpath);
329325

0 commit comments

Comments
 (0)