]> www.infradead.org Git - users/jedix/linux-maple.git/commit
NFSv4: Fix up delegated attributes in nfs_setattr
authorTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 17 Jun 2024 01:21:30 +0000 (21:21 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 8 Jul 2024 17:47:25 +0000 (13:47 -0400)
commit0a741f59c331254a2fc7eb57cfdd25e75c2ce48f
tree1b74d30091dff8798ef20c8954b597bf3f48f206
parentb81aca09617cd768d07601a0ac96135d00b82bfe
NFSv4: Fix up delegated attributes in nfs_setattr

nfs_setattr calls nfs_update_inode() directly, so we have to reset the
m/ctime there.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Lance Shelton <lance.shelton@hammerspace.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/inode.c