From 88fe52c0b1a7373378e682f83b45ebf609392c69 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 6 Nov 2013 16:29:57 -0600 Subject: [PATCH] Correct thanks for commit ff5e91840c92fbb3af70731ede8696114dfee7aa. Thanks to Ben Kelly for tracking down the problem, rather than Alexander Barton . Original message: Author: Rob Browning Date: Tue Nov 5 17:17:45 2013 -0600 Don't include atime when determining hardlink compatibility. Don't include the atimes since we're comparing two paths stat()ed at different times, and depending on the platform/filesystem/mount-options, that may result in two different atimes, even when the paths refer to the same file. Thanks to Alexander Barton for tracking down the problem. Signed-off-by: Rob Browning Reviewed-by: Gabriel Filion Signed-off-by: Rob Browning -- 2.47.3