]> git.ipfire.org Git - people/arne_f/kernel.git/commit
nfsd4: factor ctime into change attribute
authorJ. Bruce Fields <bfields@redhat.com>
Thu, 11 May 2017 18:45:06 +0000 (14:45 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 12 Jul 2017 19:55:00 +0000 (15:55 -0400)
commit630458e730b82efe1f6eb90e6bcabad02fe76e20
treea71f8715cbd69020f99cb9a5942b3ec16f4baefa
parent35a30fc389b5961b42bb73ef751f3bc85190a118
nfsd4: factor ctime into change attribute

Factoring ctime into the nfsv4 change attribute gives us better
properties than just i_version alone.

Eventually we'll likely also expose this (as opposed to raw i_version)
to userspace, at which point we'll want to move it to a common helper,
called from either userspace or individual filesystems.  For now, nfsd
is the only user.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs3xdr.c
fs/nfsd/nfs4xdr.c
fs/nfsd/nfsfh.h