It never occured to me until I needed to adjust the mtime
    separately from the atime that it would appear that AFS doesn't
    keep both atime and mtime.  stat(2) returns the same value for all
    three timestamps.
    
This is correct, AFS only keeps one timestamp and uses to fill out
all three values in the stat struct.
   
        -Larry 
    

Reply via email to