mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 11:58:28 +00:00
16ae1fbe5e
lib/fs: Fix conflicts on Android due to fluctuating inode change time [1] added inode change time to file info in order to support syncing extended attributes. However, in the case of Android, this inode change time fluctuates, leading to unexpected conflicts even when the user has not even touched the files on the Android device itself. Thus, in order to prevent those conflicts from happening, do not write inode change time on Android. [1] 6cac308bcdf197f4bbe8bd36725d9ac92a622559 Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>