commit | 1eb5d98f16f6d71af8781436d2b0bcf9236f7fc6 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Tue Jan 09 08:21:17 2018 -0500 |
committer | Jeff Layton <jlayton@redhat.com> | Mon Jan 29 06:42:21 2018 -0500 |
tree | 9fc2e9515a9762e2711f3c3078d4ab865492f0d4 | |
parent | ee73f9a52a34377887acfa3b76169709e80d577c [diff] |
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>