diff options
Diffstat (limited to 'fs/nfsd/nfsctl.c')
-rw-r--r-- | fs/nfsd/nfsctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c index e051847b93fb..6a1cd908e6bc 100644 --- a/fs/nfsd/nfsctl.c +++ b/fs/nfsd/nfsctl.c | |||
@@ -918,7 +918,7 @@ static ssize_t __write_ports_names(char *buf) | |||
918 | { | 918 | { |
919 | if (nfsd_serv == NULL) | 919 | if (nfsd_serv == NULL) |
920 | return 0; | 920 | return 0; |
921 | return svc_xprt_names(nfsd_serv, buf, 0); | 921 | return svc_xprt_names(nfsd_serv, buf, SIMPLE_TRANSACTION_LIMIT); |
922 | } | 922 | } |
923 | 923 | ||
924 | /* | 924 | /* |