]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commit1eb5d98f16f6d71af8781436d2b0bcf9236f7fc6
tree9fc2e9515a9762e2711f3c3078d4ab865492f0d4
parentee73f9a52a34377887acfa3b76169709e80d577c
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