Skip to content
Snippets Groups Projects
Commit d3612f50 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

zfs: port ZFS_ACCESSTIME_STAMP

parent c9b3b8b2
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ VTOZ(vnode_t *vp)
#define CONTENT_MODIFIED (AT_MTIME | AT_CTIME)
#define ZFS_ACCESSTIME_STAMP(zfsvfs, zp) \
if ((zfsvfs)->z_atime && !((zfsvfs)->z_vfs->vfs_flag & VFS_RDONLY)) \
if ((zfsvfs)->z_atime && !((zfsvfs)->z_vfs->m_flags & MNT_RDONLY)) \
zfs_tstamp_update_setup(zp, ACCESSED, NULL, NULL, B_FALSE);
extern int zfs_init_fs(zfsvfs_t *, znode_t **);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment