From: Paul Eggert Date: Thu, 16 Sep 2010 17:46:27 +0000 (-0700) Subject: tar: another --atime-preserve race fix X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=d9458886432a92230e432e8e8492703c7afb8272;hp=d9458886432a92230e432e8e8492703c7afb8272;p=chaz%2Ftar tar: another --atime-preserve race fix * src/common.h (set_file_atime): Add parentfd arg. * src/compare.c (diff_file): Use it. * src/create.c (dump_file0): Likewise. This closes yet another race condition with symbolic links. * src/misc.c (set_file_atime): Add parentfd arg. ---