diff options
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 22c80f9ed824..625a729ebcca 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -6841,7 +6841,8 @@ static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = { | |||
6841 | .init_caps = NFS_CAP_READDIRPLUS | 6841 | .init_caps = NFS_CAP_READDIRPLUS |
6842 | | NFS_CAP_ATOMIC_OPEN | 6842 | | NFS_CAP_ATOMIC_OPEN |
6843 | | NFS_CAP_CHANGE_ATTR | 6843 | | NFS_CAP_CHANGE_ATTR |
6844 | | NFS_CAP_POSIX_LOCK, | 6844 | | NFS_CAP_POSIX_LOCK |
6845 | | NFS_CAP_STATEID_NFSV41, | ||
6845 | .call_sync = nfs4_call_sync_sequence, | 6846 | .call_sync = nfs4_call_sync_sequence, |
6846 | .match_stateid = nfs41_match_stateid, | 6847 | .match_stateid = nfs41_match_stateid, |
6847 | .find_root_sec = nfs41_find_root_sec, | 6848 | .find_root_sec = nfs41_find_root_sec, |