From: Nikolaus Rath Date: Tue, 15 Nov 2016 03:47:32 +0000 (-0800) Subject: Make max_background and congestion_threshold "officially undocumented" X-Git-Tag: fuse-3.0.0rc3~26 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=73bfe763aa4fafa0b582781fbc783cd0122c9632;p=qemu-gpiodev%2Flibfuse.git Make max_background and congestion_threshold "officially undocumented" --- 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;