From 73bfe763aa4fafa0b582781fbc783cd0122c9632 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 14 Nov 2016 19:47:32 -0800 Subject: Make max_background and congestion_threshold "officially undocumented" --- include/fuse_common.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/fuse_common.h b/include/fuse_common.h index 4363e40..dc19083 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -280,13 +280,18 @@ struct fuse_conn_info { unsigned want; /** - * Maximum number of backgrounded requests + * Maximum number of backgrounded requests. If you want to + * know what this means, please refer to the kernel source + * (and, ideally, submit a brief explanation that can be + * included here). */ unsigned max_background; /** - - * Kernel congestion threshold parameter + * Kernel congestion threshold parameter. If you want to + * know what this means, please refer to the kernel source + * (and, ideally, submit a brief explanation that can be + * included here). */ unsigned congestion_threshold; -- cgit v1.2.3