1LEASE_GET_MTIME(9) The Linux VFS LEASE_GET_MTIME(9)
2
3
4
6 lease_get_mtime - get the last modified time of an inode
7
9 void lease_get_mtime(struct inode * inode, struct timespec * time);
10
12 inode
13 the inode
14
15 time
16 pointer to a timespec which will contain the last modified time
17
19 This is to force NFS clients to flush their caches for files with
20 exclusive leases. The justification is that if someone has an exclusive
21 lease, then they could be modifying it.
22
24Kernel Hackers Manual 3.10 June 2019 LEASE_GET_MTIME(9)