whoozle / android-file-transfer-linux

Android File Transfer for Linux (and macOS!)
http://whoozle.github.io/android-file-transfer-linux/
GNU Lesser General Public License v2.1
1.47k stars 120 forks source link

fuse: Populate st_nlink #283

Closed avolkov-astra closed 3 years ago

avolkov-astra commented 3 years ago

QFile considers 'st_nlink == 0' as the fact that the file was deleted. Set st_nlink to 1.

whoozle commented 3 years ago

Thanks a lot!