Recent Linux NFS uses a simulated attibute cache change detection
authorzoulasc <christos@zoulas.com>
Thu, 3 Mar 2016 18:18:21 +0000 (13:18 -0500)
committerzoulasc <christos@zoulas.com>
Thu, 3 Mar 2016 18:18:21 +0000 (13:18 -0500)
commit78b98ffb6237cb8ee257b011004b265a55107b3e
tree8d352906129d285be34452c2c878a75592b5ca36
parent3bf3db4b80f3d3099debb1ec8822aede5b4d02f0
Recent Linux NFS uses a simulated attibute cache change detection
method based on ctime. Consequenty the amd use of mtime for this
doesn't work properly for some kernel versions.

The problem seen with some kernel versions is a failure to recognize
umounts.

Updating the parent ctime in step with mtime during umount appears
to fix the problem.

From: Ian Kent
amd/autil.c