Skip to content

Commit

Permalink
Removed outdated note about moves and powerloss
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Apr 8, 2018
1 parent d9c076d commit 93ece2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lfs.h
Expand Up @@ -320,10 +320,6 @@ int lfs_remove(lfs_t *lfs, const char *path);
// If the destination exists, it must match the source in type.
// If the destination is a directory, the directory must be empty.
//
// Note: If power loss occurs, it is possible that the file or directory
// will exist in both the oldpath and newpath simultaneously after the
// next mount.
//
// Returns a negative error code on failure.
int lfs_rename(lfs_t *lfs, const char *oldpath, const char *newpath);

Expand Down

0 comments on commit 93ece2e

Please sign in to comment.