Andreas Gruenbacher 38eedf2841 gfs2: Support negative atimes
When inodes are read from disk, GFS2 will only update in-memory atimes
older than the on-disk atimes; this prevents atimes from going
backwards.  The atimes of newly allocated inodes are initialized to 0.
This means that when an atime is explicitly set to a negative value,
this value will not persist.

Fix by setting the atime of newly allocated inodes to the lowest
possible value instead of 0.

Fixes xfstest generic/258.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
2017-09-25 12:33:19 -05:00
..
2017-09-25 12:33:18 -05:00
2017-09-25 12:33:18 -05:00
2017-09-25 12:32:33 -05:00
2017-08-10 10:42:11 -05:00
2017-09-25 12:33:19 -05:00
2017-08-25 18:47:18 -05:00
2017-08-30 08:14:27 -05:00
2017-08-25 18:47:18 -05:00