Re: [Cluster-devel] [PATCH] gfs2: Avoid access time trashing in gfs2_inode_lookup

2020-01-15 Thread Bob Peterson
- Original Message - > In gfs2_inode_lookup, we initialize inode->i_atime to the lowest > possibly value after gfs2_inode_refresh may already have been called. > This should be the other way around, but we didn't notice because > usually the inode type is known from the directory entry and

Re: [Cluster-devel] [PATCH] gfs2: Avoid access time trashing in gfs2_inode_lookup

2020-01-15 Thread Andreas Gruenbacher
Oops, sorry for the duplicate post. Andreas

[Cluster-devel] [PATCH] gfs2: Avoid access time trashing in gfs2_inode_lookup

2020-01-15 Thread Andreas Gruenbacher
In gfs2_inode_lookup, we initialize inode->i_atime to the lowest possibly value after gfs2_inode_refresh may already have been called. This should be the other way around, but we didn't notice because usually the inode type is known from the directory entry and so gfs2_inode_lookup won't call

[Cluster-devel] [PATCH] gfs2: Avoid access time trashing in gfs2_inode_lookup

2020-01-15 Thread Andreas Gruenbacher
In gfs2_inode_lookup, we initialize inode->i_atime to the lowest possibly value after gfs2_inode_refresh may already have been called. This should be the other way around, but we didn't notice because usually the inode type is known from the directory entry and so gfs2_inode_lookup won't call