]> git.baikalelectronics.ru Git - kernel.git/commit
nfs: convert to new i_version API
authorJeff Layton <jlayton@redhat.com>
Tue, 9 Jan 2018 13:21:17 +0000 (08:21 -0500)
committerJeff Layton <jlayton@redhat.com>
Mon, 29 Jan 2018 11:42:21 +0000 (06:42 -0500)
commita0f3416c84904e343ad9867f0932b05cffe5c2aa
tree9fc2e9515a9762e2711f3c3078d4ab865492f0d4
parent3c5cd55b9c3dbe32d1970eb02ba8941a961e420d
nfs: convert to new i_version API

For NFS, we just use the "raw" API since the i_version is mostly
managed by the server. The exception there is when the client
holds a write delegation, but we only need to bump it once
there anyway to handle CB_GETATTR.

Tested-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/nfs/delegation.c
fs/nfs/fscache-index.c
fs/nfs/inode.c
fs/nfs/nfs4proc.c
fs/nfs/nfstrace.h
fs/nfs/write.c