Changes between Initial Version and Version 1 of Ticket #8761, comment 5
- Timestamp:
- Jan 7, 2014 2:12:17 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8761, comment 5
initial v1 19 19 I can consistently reproduce this when attempting to delete the folder with >=169 items and it appear to never happen with <169 items. The file left is always "113" when 169 items are created. 20 20 21 Running `mkdir -p / vagrant/blah && touch /vagrant/blah/{1..169} && strace rm -rf /vagrant/blah` contains an unlink() call for every file except 113. It looks like some unlink calls are being dropped when working with shared folders that contain larger than 168 entries for some reason...21 Running `mkdir -p /share/blah && touch /share/blah/{1..169} && strace rm -rf /share/blah` contains an unlink() call for every file except 113. It looks like some unlink calls are being dropped when working with shared folders that contain larger than 168 entries for some reason...