OSDN Git Service

NFS: Fix up nfs_post_op_update_inode() to force ctime updates
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 29 May 2018 15:15:49 +0000 (11:15 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 31 May 2018 19:02:16 +0000 (15:02 -0400)
commitd554168f87a55b35b7c59921a0dc45b6ba17d08d
tree8ac51d51a797f24512f9830e381ea81327eaad7b
parent472f761e118c233f13cd24b3a872ad3dcfa0b0eb
NFS: Fix up nfs_post_op_update_inode() to force ctime updates

We do not want to ignore ctime updates that originate from functions
such as link().

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/inode.c