aboutsummaryrefslogtreecommitdiffstats
path: root/config/kernel-inode-set-iversion.m4
Commit message (Collapse)AuthorAgeFilesLines
* Linux 4.16 compat: inode_set_iversion()Brian Behlendorf2018-02-081-0/+19
A new interface was added to manipulate the version field of an inode. Add a inode_set_iversion() wrapper for older kernels and use the new interface when available. The i_version field was dropped from the trace point due to the switch to an atomic64_t i_version type. Reviewed-by: Olaf Faaland <[email protected]> Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Chunwei Chen <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #7148