Changes between Initial Version and Version 1 of Ticket #1983, comment 6
- Timestamp:
- 10/31/17 15:34:06 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1983, comment 6
initial v1 2 2 When I do a file move (F6 key) between two subvolumes on the same filesystem, then the actual result is a file copy (COW). The source file still exists. 3 3 Otherwise it seems to work fine. 4 5 Edit: 6 Adding "return_status = FILE_CONT;" before the "goto ret;" seems to fix it.