Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

misc: convert to new timestamp accessors

Convert to using the new inode timestamp accessor functions.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Link: https://lore.kernel.org/r/20231004185347.80880-7-jlayton@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>

authored by

Jeff Layton and committed by
Christian Brauner
5776aa6b 4a2ef475

+1 -1
+1 -1
drivers/misc/ibmvmc.c
··· 1124 1124 goto out; 1125 1125 1126 1126 inode = file_inode(file); 1127 - inode->i_mtime = inode_set_ctime_current(inode); 1127 + inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); 1128 1128 mark_inode_dirty(inode); 1129 1129 1130 1130 dev_dbg(adapter->dev, "write: file = 0x%lx, count = 0x%lx\n",