mirror of
				https://github.com/eledio-devices/thirdparty-littlefs.git
				synced 2025-10-31 08:42:40 +01:00 
			
		
		
		
	Removed outdated note about moves and powerloss
This commit is contained in:
		
							
								
								
									
										4
									
								
								lfs.h
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								lfs.h
									
									
									
									
									
								
							| @@ -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); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user