aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r--fs/nfs/nfs4proc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 41b8fcbfdadd..dca174ce8309 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -8397,8 +8397,7 @@ static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
8397 | NFS_CAP_CHANGE_ATTR 8397 | NFS_CAP_CHANGE_ATTR
8398 | NFS_CAP_POSIX_LOCK 8398 | NFS_CAP_POSIX_LOCK
8399 | NFS_CAP_STATEID_NFSV41 8399 | NFS_CAP_STATEID_NFSV41
8400 | NFS_CAP_ATOMIC_OPEN_V1 8400 | NFS_CAP_ATOMIC_OPEN_V1,
8401 | NFS_CAP_SEEK,
8402 .init_client = nfs41_init_client, 8401 .init_client = nfs41_init_client,
8403 .shutdown_client = nfs41_shutdown_client, 8402 .shutdown_client = nfs41_shutdown_client,
8404 .match_stateid = nfs41_match_stateid, 8403 .match_stateid = nfs41_match_stateid,
@@ -8420,7 +8419,8 @@ static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
8420 | NFS_CAP_CHANGE_ATTR 8419 | NFS_CAP_CHANGE_ATTR
8421 | NFS_CAP_POSIX_LOCK 8420 | NFS_CAP_POSIX_LOCK
8422 | NFS_CAP_STATEID_NFSV41 8421 | NFS_CAP_STATEID_NFSV41
8423 | NFS_CAP_ATOMIC_OPEN_V1, 8422 | NFS_CAP_ATOMIC_OPEN_V1
8423 | NFS_CAP_SEEK,
8424 .init_client = nfs41_init_client, 8424 .init_client = nfs41_init_client,
8425 .shutdown_client = nfs41_shutdown_client, 8425 .shutdown_client = nfs41_shutdown_client,
8426 .match_stateid = nfs41_match_stateid, 8426 .match_stateid = nfs41_match_stateid,