aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd/auth.c')
-rw-r--r--fs/nfsd/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/auth.c b/fs/nfsd/auth.c
index 79717a40daba..b42eaf3aac16 100644
--- a/fs/nfsd/auth.c
+++ b/fs/nfsd/auth.c
@@ -10,7 +10,7 @@ int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp)
10 struct exp_flavor_info *end = exp->ex_flavors + exp->ex_nflavors; 10 struct exp_flavor_info *end = exp->ex_flavors + exp->ex_nflavors;
11 11
12 for (f = exp->ex_flavors; f < end; f++) { 12 for (f = exp->ex_flavors; f < end; f++) {
13 if (f->pseudoflavor == rqstp->rq_flavor) 13 if (f->pseudoflavor == rqstp->rq_cred.cr_flavor)
14 return f->flags; 14 return f->flags;
15 } 15 }
16 return exp->ex_flags; 16 return exp->ex_flags;